Skip to content
This repository was archived by the owner on Jul 29, 2024. It is now read-only.

Commit cc13b03

Browse files
committed
chore(ci): move node 0.12 tests out of allowed failures
Test the full suite against node 0.12, and make this not an allowed failure, now that node 0.12 is roughly stable.
1 parent b2cdc37 commit cc13b03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ matrix:
1717
allow_failures:
1818
- env: "JOB=smoke"
1919
exclude:
20-
- env: JOB=suite
20+
- env: JOB=smoke
2121
node_js: "0.12"
2222

2323

0 commit comments

Comments
 (0)