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

Commit de157ca

Browse files
authored
Merge pull request #89 from ipfs/ci/std-script
use standard CI script
2 parents 8d632c0 + ebbfed3 commit de157ca

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.travis.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ sudo: required
33
language: go
44

55
go:
6-
- 1.8
7-
- tip
6+
- 1.10.x
87

98
env:
109
- IPFS_PATH=/tmp/ipfs
@@ -23,3 +22,9 @@ before_install:
2322

2423
install:
2524
- go get -t -v ./...
25+
26+
script:
27+
- bash <(curl -s https://github.com/raw/ipfs/ci-helpers/master/travis-ci/run-standard-tests.sh)
28+
29+
notifications:
30+
email: false

0 commit comments

Comments
 (0)