Skip to content
This repository was archived by the owner on May 17, 2021. It is now read-only.

Commit e0ec8b6

Browse files
authored
Travis updates (#50)
* Update to node 6.3.1 * Try adding mongodb as a devDependency * Try the boron LTS? * Try sudo:required It worked in mongodb-js/data-service#68 so hopefully it works here too. * Revert "Try adding mongodb as a devDependency" This reverts commit a6606f3. * Revert "Try the boron LTS?" This reverts commit ced8aca. * Try lts/boron Let’s see if Travis correctly replaces it to 6.9.x
1 parent de9666a commit e0ec8b6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
language: node_js
2+
sudo: required
23
node_js:
3-
- 5
4+
- 6.3.1
5+
- lts/boron
46
script: npm run-script ci
57
cache:
68
directories:

0 commit comments

Comments
 (0)