Skip to content
This repository has been archived by the owner on Dec 15, 2018. It is now read-only.

fix(package): depend on fork of travis-ci to get Travis Enterprise support #27

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/get-client.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const {promisify} = require('util');
const Travis = require('travis-ci');
const Travis = require('@simenb/travis-ci');

/**
* Authenticate with Travis and return the API client.
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
}
},
"dependencies": {
"@simenb/travis-ci": "^2.3.1",
"chalk": "^2.1.0",
"p-retry": "^1.0.0",
"semver": "^5.4.1",
"travis-ci": "^2.1.1"
"semver": "^5.4.1"
},
"devDependencies": {
"ava": "^0.24.0",
Expand Down