Skip to content

Commit edeac0f

Browse files
committed
Fix travis build
Latest gulp-sourcemaps requires ecma2015 and other stuff.
1 parent 9ce0ed8 commit edeac0f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
language: node_js
22
node_js:
3-
- "0.10"
4-
- "0.12"
5-
- "iojs"
3+
- "node"
64
sudo: false
75
notifications:
86
email:

0 commit comments

Comments
 (0)