Skip to content

Commit b428d88

Browse files
committed
remove node 0.8 from travis
1 parent 8260706 commit b428d88

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
language: node_js
22
node_js:
3-
- "0.8"
43
- "0.10"
54
notifications:
65
email:
@@ -14,4 +13,4 @@ before_install:
1413
- "npm install -g bower grunt-cli"
1514
- "bower install --production"
1615
- "mv deps/hammer/dist/hammer.js deps/hammer/hammer.js"
17-
- "mv deps/Box2d/index.js deps/Box2d.min.js"
16+
- "mv deps/Box2d/index.js deps/Box2d.min.js"

0 commit comments

Comments
 (0)