Skip to content

Commit f5d88db

Browse files
author
Anthony Sendra
committed
add npm install in travis after success
1 parent 53daa77 commit f5d88db

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ after_success:
1313
- git config --global user.name "Travis CI"
1414
- git clone --quiet --branch=${TRAVIS_BRANCH} https://${GH_TOKEN}@github.com/${TRAVIS_REPO_SLUG} travis-build
1515
- cd travis-build
16+
- npm install
1617
- grunt
1718
- git add dist/
1819
- git commit -am "Travis CI - [ci skip] - automatic dist folder"

0 commit comments

Comments
 (0)