Skip to content

Commit

Permalink
moving install commands to install phase
Browse files Browse the repository at this point in the history
  • Loading branch information
keheliya committed Feb 17, 2017
1 parent 3411eb6 commit 663dcd8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ node_js:
notifications:
email: true

before_script:
install:
- npm install
- npm install -g grunt-cli
- npm install bower
- bower install

script:
- grunt tests

0 comments on commit 663dcd8

Please sign in to comment.