Skip to content
This repository has been archived by the owner on May 29, 2019. It is now read-only.

Commit

Permalink
chore(travis): use latest node
Browse files Browse the repository at this point in the history
Closes #3470
  • Loading branch information
Foxandxss authored and chrisirhc committed Mar 31, 2015
1 parent 0ad208d commit a1e50d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
language: node_js
node_js:
- "0.10"
- "0.12"

before_script:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
- npm install --quiet -g grunt-cli karma
- npm install

script: grunt
script: grunt

0 comments on commit a1e50d3

Please sign in to comment.