forked from sequelize/sequelize
-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy path.travis.yml
52 lines (42 loc) · 1.04 KB
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
language: node_js
node_js:
- "0.10"
- "0.12"
- "iojs-v1"
- "iojs-v2"
sudo: required
cache:
directories:
- node_modules
env:
global:
- secure: IJ1wpoX5D9BrTs9T3BiFrRokCJaojjgSEGDL1faD7vjAnPoS9rqWGiy6s8+QPEqEY+xqk25pJspYukJCXOYU19btkLomHR6iQ6Zrl1Fi5bHd5krUqyW4tnRSZMM2FSI9nYM/YiBeNSdna0p2u6/fAcLiT/k5LVoYiEPAvON+g3Y=
- secure: cASdXr1BrN9IH0HbBBvzZA3nPLeg/1C9A6IMQHF43vCxPiVGYuWdaod1lfRqwBQOip/pUcMOnLxbsz+OSFjv+WtMz07Zk4tcJNz3Y3GOAcjr001sDaNeZf9wGWIQBCg2a5uHvABcOsIv4wIKC7Hv2sg1WY5+Yi5wWWU9jVA4ESw=
matrix:
- DIALECT=mysql
- DIALECT=postgres
- DIALECT=postgres-native
- DIALECT=sqlite
- DIALECT=mariadb
- DIALECT=mssql
- DIALECT=oracle
addons:
postgresql: "9.4"
before_install:
- . ./.travis/sequelize/before_install.sh
before_script:
- . ./.travis/sequelize/before_script.sh
script:
- "make test"
branches:
only:
- master-Oracle
- master-Oracle-dev
matrix:
fast_finish: true
include:
- node_js: "0.10"
env: COVERAGE=true
allow_failures:
- node_js: "0.10"
env: COVERAGE=true