Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Commit

Permalink
chore: try to fix ssh packages in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmurdoch committed Oct 1, 2020
1 parent 6b0bdb5 commit a7ad6ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ addons:
- g++-5

before_install:
# Apply workaround for git:// packages
- git config --global url."https://github.com/".insteadOf ssh://git@github.com/
- if [ $TRAVIS_OS_NAME == "linux" ]; then
export CC="gcc-5";
export CXX="g++-5";
Expand All @@ -31,7 +33,5 @@ before_install:
fi

script:
# Apply workaround for git:// packages
- git config --global url.https://github.com/.insteadOf ssh://git@github.com/
- npm run test
- npm run test-smoke

0 comments on commit a7ad6ba

Please sign in to comment.