forked from Jakobovski/angular-validator
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request Jakobovski#125 from neilsh/travis-node-version
Fix/update broken Travis tests
- Loading branch information
Showing
2 changed files
with
5 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,10 @@ | ||
sudo: false # use container-based virtualization environment | ||
language: node_js | ||
node_js: | ||
- "0.10" | ||
- "0.11" | ||
- "6" # Node.js LTS maintained until April 2019, https://github.com/nodejs/lts | ||
- "node" # latest stable Node.js release | ||
before_script: | ||
- export DISPLAY=:99.0 | ||
- sh -e /etc/init.d/xvfb start | ||
- 'npm install -g bower grunt-cli' | ||
- 'bower install --config.interactive=false' | ||
- 'bower install --config.interactive=false' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters