Skip to content

Commit

Permalink
More Travis changes
Browse files Browse the repository at this point in the history
  • Loading branch information
notheotherben committed Apr 22, 2015
1 parent af0534c commit 57589fb
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 5 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
language: node_js
node_js:
- "0.8"
- "0.10"
- "0.11"

services:
- mongodb
Expand Down
2 changes: 1 addition & 1 deletion test/Core.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion test/Core.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion test/Core.ts
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ describe("Core",() => {

describe("connect",() => {
var core: Iridium.Core;
if (!process.env.CI)
if (!process.env.CI_SERVER)
it("should return a rejection if the connection fails",() => {
core = new Iridium.Core("mongodb://0.0.0.0/test");
return chai.expect(core.connect()).to.be.rejected;
Expand Down

0 comments on commit 57589fb

Please sign in to comment.