Skip to content

Commit d2775fc

Browse files
authored
Add travis.yml file (#9)
* Add travis.yml file * Remove test on [email protected] since travis does not support it
1 parent 63caf7c commit d2775fc

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.travis.yml

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
language: node_js
2+
3+
matrix:
4+
include:
5+
- node_js: "4"
6+
addons:
7+
postgresql: "9.1"
8+
- node_js: "5"
9+
addons:
10+
postgresql: "9.4"
11+
- node_js: "6"
12+
addons:
13+
postgresql: "9.4"

0 commit comments

Comments
 (0)