Skip to content

Commit a704c4e

Browse files
authored
Merge pull request siddii#299 from keheliya/master
Refactoring install commands into install phase
2 parents 3411eb6 + 663dcd8 commit a704c4e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
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)