Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kokororin committed Apr 19, 2020
1 parent 881cdaa commit f5e3841
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ node_js:

cache:
directories:
- node_modules
- $HOME/.yarn-cache
- node_modules
- $HOME/.yarn-cache

branches:
only:
- master
- release
- master
- release

env:
global:
Expand All @@ -21,7 +21,7 @@ install:
- yarn install

script:
- if [ "$TRAVIS_BRANCH" = "develop" ]; then npm run dist; fi
- if [ "$TRAVIS_BRANCH" = "release" ]; then npm run dist; fi
- npm test

after_script:
Expand Down

0 comments on commit f5e3841

Please sign in to comment.