Skip to content

Commit

Permalink
Excludes wedeploy branch from travis
Browse files Browse the repository at this point in the history
Fixes #483
  • Loading branch information
jbalsas committed Jan 26, 2018
1 parent 811fcc7 commit dbde3d4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ before_install:
- export PATH=$HOME/.yarn/bin:$PATH
- npm install -g lerna@2.4.0

branches:
except:
- wedeploy

cache:
yarn: true

Expand All @@ -17,7 +21,7 @@ jdk:

language: java

script:
script:
- npm run build
- npm run checkFormat
- npm run lint
Expand Down

0 comments on commit dbde3d4

Please sign in to comment.