Skip to content

Commit

Permalink
Travis: Try trusty image to get Java 8
Browse files Browse the repository at this point in the history
  • Loading branch information
jzaefferer committed Feb 25, 2016
1 parent 472ae45 commit 714b4fd
Showing 1 changed file with 7 additions and 16 deletions.
23 changes: 7 additions & 16 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,11 @@
sudo: false
sudo: required
dist: trusty

language: java

env:
- NODE_VERSION=0.10
- NODE_VERSION=4
- NODE_VERSION=5

jdk:
- oraclejdk8

before_install:
- nvm install "$NODE_VERSION"
- node --version
- npm --version
- java -version
language: node_js
node_js:
- "0.12"
- "4"
- "5"

install:
- npm install -g grunt-cli
Expand Down

0 comments on commit 714b4fd

Please sign in to comment.