We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b56664d commit d2a5556Copy full SHA for d2a5556
.travis.yml
@@ -1,9 +1,7 @@
1
sudo: false # use container-based virtualization environment
2
language: node_js
3
node_js:
4
- - "0.10"
5
- - "0.11"
6
- - "6" # most recent Node.js LTS until Oct 2017, https://github.com/nodejs/lts
+ - "6" # Node.js LTS maintained until April 2019, https://github.com/nodejs/lts
7
- "node" # latest stable Node.js release
8
before_script:
9
- export DISPLAY=:99.0
0 commit comments