We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 008cb1d commit c2c059fCopy full SHA for c2c059f
.travis.yml
@@ -1,8 +1,5 @@
1
language: node_js
2
dist: trusty
3
-node_js:
4
-- '6.10'
5
-- '7.10'
6
services:
7
- mongodb
8
- postgresql
@@ -27,11 +24,16 @@ stage: test
27
24
env:
28
25
global:
29
26
- COVERAGE_OPTION='./node_modules/.bin/nyc'
+ - NODE_VERSION=6.10
30
matrix:
31
- MONGODB_VERSION=3.2.13
32
- MONGODB_VERSION=3.4.4
33
- PARSE_SERVER_TEST_DB=postgres
34
- PARSE_SERVER_TEST_CACHE=redis
+ - NODE_VERSION=8.1.3
+before_install:
35
+- nvm install $NODE_VERSION
36
+- nvm use $NODE_VERSION
37
before_script:
38
- node -e 'require("./lib/index.js")'
39
- psql -c 'create database parse_server_postgres_adapter_test_database;' -U postgres
0 commit comments