Skip to content

Commit

Permalink
Fix Travis CI not build tagged commit. Travis CI use npm cache.
Browse files Browse the repository at this point in the history
  • Loading branch information
ganlvtech committed Oct 27, 2018
1 parent 8dee456 commit 4413cf5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
language: node_js
node_js:
- "10"
cache: npm
branches:
only:
- master
- /^v\d+\.\d+(\.\d+)?(-\S*)?$/
before_script:
- phpenv global 7.1
- chmod u+x ./build/*
Expand Down

0 comments on commit 4413cf5

Please sign in to comment.