Skip to content

Commit c2c059f

Browse files
flovilmartArthur Cinader
authored andcommitted
Smaller build matrix (#3986)
1 parent 008cb1d commit c2c059f

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.travis.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
language: node_js
22
dist: trusty
3-
node_js:
4-
- '6.10'
5-
- '7.10'
63
services:
74
- mongodb
85
- postgresql
@@ -27,11 +24,16 @@ stage: test
2724
env:
2825
global:
2926
- COVERAGE_OPTION='./node_modules/.bin/nyc'
27+
- NODE_VERSION=6.10
3028
matrix:
3129
- MONGODB_VERSION=3.2.13
3230
- MONGODB_VERSION=3.4.4
3331
- PARSE_SERVER_TEST_DB=postgres
3432
- PARSE_SERVER_TEST_CACHE=redis
33+
- NODE_VERSION=8.1.3
34+
before_install:
35+
- nvm install $NODE_VERSION
36+
- nvm use $NODE_VERSION
3537
before_script:
3638
- node -e 'require("./lib/index.js")'
3739
- psql -c 'create database parse_server_postgres_adapter_test_database;' -U postgres

0 commit comments

Comments
 (0)