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

Commit

Permalink
Merge pull request #89 from ipfs/ci/std-script
Browse files Browse the repository at this point in the history
use standard CI script
  • Loading branch information
Stebalien authored Jun 13, 2018
2 parents 8d632c0 + ebbfed3 commit de157ca
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ sudo: required
language: go

go:
- 1.8
- tip
- 1.10.x

env:
- IPFS_PATH=/tmp/ipfs
Expand All @@ -23,3 +22,9 @@ before_install:

install:
- go get -t -v ./...

script:
- bash <(curl -s https://raw.githubusercontent.com/ipfs/ci-helpers/master/travis-ci/run-standard-tests.sh)

notifications:
email: false

0 comments on commit de157ca

Please sign in to comment.