Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
dms3
go-datastore
Commits
8573bcec
Commit
8573bcec
authored
Jan 26, 2018
by
Steven Allen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ci: use the latest standard travis scripts
parent
928570c7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
9 deletions
+18
-9
.travis.yml
.travis.yml
+18
-4
Makefile
Makefile
+0
-5
No files found.
.travis.yml
View file @
8573bcec
os
:
-
linux
sudo
:
false
language
:
go
go
:
-
1.8
-
tip
-
1.9.x
install
:
-
make deps
script
:
-
make test
-
bash <(curl -s https://raw.githubusercontent.com/ipfs/ci-helpers/master/travis-ci/run-standard-tests.sh)
cache
:
directories
:
-
$GOPATH/src/gx
notifications
:
email
:
false
env
:
TEST_NO_FUSE=1 TEST_VERBOSE=1
env
:
GOTFLAGS="-race -cpu=5"
Makefile
View file @
8573bcec
test
:
deps
go
test
-race
-v
./...
export
IPFS_API
?=
v04x.ipfs.io
gx
:
...
...
@@ -10,5 +7,3 @@ gx:
deps
:
gx
gx
--verbose
install
--global
gx-go rewrite
go get
-t
./...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment