Skip to content
This repository has been archived by the owner on Apr 25, 2023. It is now read-only.

Commit

Permalink
Update .travis.yml file.
Browse files Browse the repository at this point in the history
  • Loading branch information
ofrogon committed Sep 28, 2016
1 parent 3b5133f commit ae634f3
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions .travis.yml
@@ -1,15 +1,16 @@
sudo: false

env:
- NODE_VERSION=0.10
- NODE_VERSION=0.11
- NODE_VERSION=0.12
- NODE_VERSION=4
- NODE_VERSION=5
- NODE_VERSION=6
language: node_js

node_js:
- "0.10"
- "0.11"
- "0.12"
- "4"
- "5"
- "6"

install:
- nvm install $NODE_VERSION
- npm install -g grunt-cli bower
- node --version
- npm --version
Expand Down

0 comments on commit ae634f3

Please sign in to comment.