Skip to content

Commit

Permalink
[Travis] Also test nodejs 6, latest on Openshift Online v3 (#173)
Browse files Browse the repository at this point in the history
  • Loading branch information
cben committed Oct 3, 2017
1 parent 52f935a commit 14e46ff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ language: node_js
# https://devcenter.heroku.com/articles/nodejs-support#specifying-a-node-js-version
# I believe RHcloud (openshift 2) was running 0.11 but it's being sunset anyway.
node_js:
- "8"
- 6
- 8

# http://blog.travis-ci.com/2013-12-05-speed-up-your-builds-cache-your-dependencies/
cache:
Expand Down

0 comments on commit 14e46ff

Please sign in to comment.