Skip to content

Commit

Permalink
chore: Travis (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
wzalazar authored Dec 19, 2018
1 parent 5a6dfc1 commit 70686dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: node_js
before_install:
- echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > ~/.npmrc
- git remote set-url origin "https://${GH_TOKEN}@github.com:graphitejs/graphitejs.git"
- git remote set-url origin "https://${GH_TOKEN}@github.com/graphitejs/graphitejs.git"
after_success:
- echo "TRAVIS_BRANCH= " $TRAVIS_BRANCH
- echo "TRAVIS_PULL_REQUEST_BRANCH= " $TRAVIS_PULL_REQUEST_BRANCH
Expand Down

0 comments on commit 70686dc

Please sign in to comment.