Skip to content

Commit

Permalink
chore(ci): use node 6.9.1 for travis-ci build
Browse files Browse the repository at this point in the history
This is an attempt at fixing the failing e2e tests.

For more details on failure see: https://travis-ci.org/esvit/ng-table/builds/178617133
  • Loading branch information
christianacca authored Nov 24, 2016
1 parent 33aeec7 commit 4e10719
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
sudo: false
language: node_js
node_js:
- node
- 6.9.1
cache:
directories:
- node_modules
Expand Down Expand Up @@ -32,4 +32,4 @@ after_success:

branches:
except:
- "/^v\\d+\\.\\d+\\.\\d+$/"
- "/^v\\d+\\.\\d+\\.\\d+$/"

0 comments on commit 4e10719

Please sign in to comment.