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-ds-flatfs
Commits
abf78b8f
Commit
abf78b8f
authored
Jun 13, 2018
by
Steven Allen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
use standard CI script
parent
663634fb
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
21 deletions
+13
-21
.travis.yml
.travis.yml
+13
-11
Makefile
Makefile
+0
-10
No files found.
.travis.yml
View file @
abf78b8f
os
:
os
:
-
linux
-
linux
-
osx
-
osx
sudo
:
false
language
:
go
language
:
go
go
:
go
:
-
1.9.
2
-
1.9.
x
install
:
true
install
:
-
make deps
script
:
script
:
-
make deps
-
bash <(curl -s https://raw.githubusercontent.com/ipfs/ci-helpers/master/travis-ci/run-standard-tests.sh)
-
gx-go rewrite
-
go test -v -race -coverprofile=unittest.coverprofile -covermode=atomic .
after_success
:
-
bash <(curl -s https://codecov.io/bash) -f unittest.coverprofile -F unittest
cache
:
cache
:
directories
:
directories
:
-
$GOPATH/src/gx
-
$GOPATH/src/gx
notifications
:
email
:
false
env
:
GOTFLAGS="-race -cpu=5"
Makefile
View file @
abf78b8f
test
:
deps
go
test
-v
export
IPFS_API
?=
v04x.ipfs.io
export
IPFS_API
?=
v04x.ipfs.io
gx
:
gx
:
...
@@ -10,10 +7,3 @@ gx:
...
@@ -10,10 +7,3 @@ gx:
deps
:
gx
deps
:
gx
gx
--verbose
install
--global
gx
--verbose
install
--global
gx-go rewrite
gx-go rewrite
go get
-t
./...
rw
:
gx-go rw
rwundo
:
gx-go rw
--undo
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