From 8f23c3ffc7300d2cb5bd692118ea5f685e251c95 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