Skip to content

Commit 7b444d9

Browse files
committed
Add passive testing on node.js 0.11
1 parent 625d7ca commit 7b444d9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.travis.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ language: node_js
22
node_js:
33
- '0.8'
44
- '0.10'
5+
- '0.11'
56

67
before_script:
78
- "mysql -e 'create database node_mysql;'"
@@ -14,3 +15,8 @@ mysql:
1415
username: root
1516
encoding: utf8
1617
database: node_mysql
18+
19+
matrix:
20+
allow_failures:
21+
- node_js: '0.11'
22+
fast_finish: true

0 commit comments

Comments
 (0)