Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
arduino-cli
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Operations
Operations
Metrics
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
xpstem
arduino-cli
Commits
5b724c6f
Commit
5b724c6f
authored
Jun 04, 2019
by
Cristian Maglie
Committed by
Cristian Maglie
Jun 06, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated travis build conf
parent
ce35ba46
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
12 deletions
+3
-12
.travis.yml
.travis.yml
+3
-12
No files found.
.travis.yml
View file @
5b724c6f
language
:
go
go
:
-
1.1
1
.x
-
1.1
2
.x
env
:
-
DEP_VERSION="0.5.0"
-
GO111MODULE=on
# Anything in before_script that returns a nonzero exit code will flunk the
# build and immediately stop. It's sorta like having set -e enabled in bash.
...
...
@@ -13,14 +13,8 @@ before_install:
-
curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | bash -s -- -b $GOPATH/bin v1.10.2
# Download the binary to bin folder in $GOPATH
-
curl -L -s https://github.com/golang/dep/releases/download/v${DEP_VERSION}/dep-linux-amd64 -o $GOPATH/bin/dep
# Make the binary executable
-
chmod +x $GOPATH/bin/dep
install
:
# Check the dependency, -skip-lock may be useful because the version are not fixed but depends
# from the branch master of the libraries so they change very often
-
dep check -skip-vendor
-
dep ensure
install
:
true
script
:
# Check if the code is formatted
...
...
@@ -34,6 +28,3 @@ script:
after_success
:
-
bash <(curl -s https://codecov.io/bash)
cache
:
directories
:
-
$GOPATH/pkg/dep
\ No newline at end of file
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