From d8710f865b31f2bf97498e3d837bcf1aaa074919 Mon Sep 17 00:00:00 2001 From: yann300 Date: Thu, 15 Feb 2018 12:58:44 +0100 Subject: [PATCH] build for specific branch --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index 142210d258..259c50f63d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,10 @@ language: node_js node_js: - "7" +branches: + only: + - master + - remix_live script: - npm run lint && npm run test && npm run downloadsolc && npm run make-mock-compiler && npm run setupremix && npm run build - ./ci/browser_tests.sh