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

Commit

Permalink
Make Travis use Node 6.1
Browse files Browse the repository at this point in the history
Auditors: @aekeus
  • Loading branch information
bbondy committed Jul 2, 2016
1 parent f7f389b commit d97bf0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
sudo: false
language: node_js
node_js:
- "5.6"
- "6.1"
before_install:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
Expand Down

1 comment on commit d97bf0c

@aekeus
Copy link
Member

@aekeus aekeus commented on d97bf0c Jul 4, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

++

Please sign in to comment.