Skip to content

Commit c8e6b3d

Browse files
committed
Change Travis to build against node 0.10 and 0.12. Drop 0.8.
1 parent a407d90 commit c8e6b3d

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
@@ -3,9 +3,8 @@ jdk:
33
- oraclejdk8
44
- oraclejdk7
55
env:
6-
- NODE_VERSION="0.11"
6+
- NODE_VERSION="0.12"
77
- NODE_VERSION="0.10"
8-
- NODE_VERSION="0.8"
98
before_install:
109
- nvm install $NODE_VERSION
1110
before_script:

0 commit comments

Comments
 (0)