Skip to content

Commit

Permalink
Use travis.sh from travis-nim repo
Browse files Browse the repository at this point in the history
  • Loading branch information
elijahr committed Aug 29, 2020
1 parent 524fa83 commit e81e2e1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Expand Up @@ -65,9 +65,8 @@ install:
echo "CCACHE_SIZE=$CCACHE_SIZE"
echo "CHOOSENIM_SKIP_TESTS=$CHOOSENIM_SKIP_TESTS"
# Use common Travis script maintained as a gist
# https://gist.github.com/genotrance/fb53504a4fba88bc5201d3783df5c522
- curl https://gist.github.com/genotrance/fb53504a4fba88bc5201d3783df5c522/raw/travis.sh -LsSf -o travis.sh
# Use common Travis script maintained at https://github.com/genotrance/nim-travis
- curl https://raw.githubusercontent.com/genotrance/nim-travis/master/travis.sh -LsSf -o travis.sh
- source travis.sh

script:
Expand Down

0 comments on commit e81e2e1

Please sign in to comment.