Skip to content

Commit

Permalink
Merge pull request Jakobovski#125 from neilsh/travis-node-version
Browse files Browse the repository at this point in the history
Fix/update broken Travis tests
  • Loading branch information
Jakobovski authored May 31, 2017
2 parents 545c1a9 + d2a5556 commit ae558ac
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
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'
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"jquery": "~2.1.4"
},
"devDependencies": {
"angular-mocks": "~1.4.1",
"angular-mocks": "^1.6.2",
"angular-messages": "^1.6.2"
},
"homepage": "https://github.com/turinggroup/angular-validator"
Expand Down

0 comments on commit ae558ac

Please sign in to comment.