Skip to content

Commit f132dd3

Browse files
authored
Merge pull request #49 from ReconfigureIO/bugfix/llvm-triples
use LLVM triples instead of just "linux"/"osx"
2 parents 03c3a59 + e303111 commit f132dd3

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.travis.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,15 @@ language: go
33
env:
44
global:
55
- PROJECT_NAME=goblin
6-
- TARGET=${TRAVIS_OS_NAME}
76

87
go_import_path: github.com/ReconfigureIO/goblin
98

10-
os:
11-
- linux
12-
- osx
9+
matrix:
10+
include:
11+
- env: TARGET=x86_64-unknown-linux
12+
os: linux
13+
- env: TARGET=x86_64-apple-darwin
14+
os: osx
1315

1416
go:
1517
- 1.7.1

0 commit comments

Comments
 (0)