FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
gpython/.travis.yml at set-init-with-sequence · SanggiHong/gpython · GitHub
SanggiHong
/
gpython
Public
forked from
go-python/gpython
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
gpython
/
.travis.yml
Copy path
More file actions
More file actions
Latest commit
History
History
History
45 lines (38 loc) · 755 Bytes
Breadcrumbs
gpython
/
.travis.yml
Copy path
File metadata and controls
45 lines (38 loc) · 755 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
language
:
go
sudo
:
false
dist
:
trusty
os
:
-
linux
env
:
-
TAGS="-tags travis"
matrix
:
fast_finish
:
true
allow_failures
:
-
go
:
master
include
:
-
go
:
1.9.x
env
:
-
TAGS="-tags travis"
-
go
:
1.10.x
env
:
-
TAGS="-tags travis"
-
go
:
1.11.x
env
:
-
TAGS="-tags travis"
-
COVERAGE="-cover"
-
go
:
master
env
:
-
TAGS="-tags travis"
-
GO111MODULE=on
cache
:
directories
:
-
$HOME/bin/python3.4
before_install
:
-
./bin/install-python.sh $HOME/bin/python3.4
script
:
-
go install -v $TAGS ./...
-
GOARCH=386 go test $TAGS ./...
-
GOARCH=amd64 go run ./ci/run-tests.go -race $TAGS $COVERAGE
-
python3 py3test.py
after_success
:
-
bash <(curl -s https://codecov.io/bash)
Back
|
FazBrowse Home
|
New Git URL