Skip to content
This repository has been archived by the owner on Nov 26, 2022. It is now read-only.

Commit

Permalink
fix npm install
Browse files Browse the repository at this point in the history
  • Loading branch information
carlcraig committed Oct 12, 2016
1 parent 2e280b5 commit 9ef34d8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ node_js:
before_install:
- npm install -g npm@3.10.3
install:
- npm install
- npm install
- npm run test:install
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"LICENSE-APACHE-2.0"
],
"scripts": {
"postinstall": "cd test/angular-1-2 && npm install && cd ../angular-1-5 && npm install",
"test:install": "cd test/angular-1-2 && npm install && cd ../angular-1-5 && npm install",
"test": "./node_modules/.bin/gulp test",
"build": "./node_modules/.bin/gulp build",
"start": "./node_modules/.bin/gulp watch"
Expand Down

0 comments on commit 9ef34d8

Please sign in to comment.