mirror of
https://github.com/Dahlgren/arma-server-web-admin.git
synced 2024-08-30 17:22:10 +00:00
Merge pull request #35 from Dahlgren/feature/travis-nvm
Test with latest node versions and those available from Ubuntu 14.04
This commit is contained in:
commit
a1d85f8cb7
@ -1,6 +1,10 @@
|
||||
language: node_js
|
||||
node_js:
|
||||
- "0.11"
|
||||
- "7"
|
||||
- "6"
|
||||
- "5"
|
||||
- "4"
|
||||
- "0.12"
|
||||
- "0.10"
|
||||
before_install:
|
||||
- npm update -g npm
|
||||
|
Loading…
Reference in New Issue
Block a user