Skip to content
Prev Previous commit
Next Next commit
update travis.yml
  • Loading branch information
chunming-c committed Apr 5, 2018
commit dc1f4dcc38e6252001f3f4fbf97bb91106b7644e
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,10 @@ cache:

branches:
only:
# skip master branch when it's under development phase
# - master
- master
- develop
except:
- gh-pages-src

before_install:
- curl -o- -L https://yarnpkg.com/install.sh | bash -s
Expand Down