Skip to content

Commit 0f847d5

Browse files
committed
Update travis config
1 parent 19923ab commit 0f847d5

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.travis.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
11
language: node_js
22
node_js:
3-
- "0.10"
3+
- "5.2"
44

55
before_script:
66
- npm install
7-
- npm install -g gulp
8-
- npm install -g bower
9-
- bower install -F
107

118
script:
12-
- gulp build
9+
- npm run build

0 commit comments

Comments
 (0)