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

Commit

Permalink
install cordova -g when running ci
Browse files Browse the repository at this point in the history
  • Loading branch information
raychenfj committed May 19, 2017
1 parent 481a909 commit 5e3358c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ before_script:
- node_modules/protractor/bin/webdriver-manager update
install:
- npm install
- npm install ionic -g
- npm install ionic cordova -g
- cd example
- npm install
- cd ..
Expand Down

0 comments on commit 5e3358c

Please sign in to comment.