Skip to content

Commit 663dcd8

Browse files
committed
moving install commands to install phase
1 parent 3411eb6 commit 663dcd8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ node_js:
55
notifications:
66
email: true
77

8-
before_script:
8+
install:
9+
- npm install
910
- npm install -g grunt-cli
1011
- npm install bower
1112
- bower install
12-
1313
script:
1414
- grunt tests

0 commit comments

Comments
 (0)