Skip to content

Commit

Permalink
[ci] add more targets
Browse files Browse the repository at this point in the history
  • Loading branch information
lotabout committed Jun 24, 2018
1 parent 5660def commit e9ebca0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,14 @@ matrix:
# don't need
include:
# Linux
- env: TARGET=arm-unknown-linux-gnueabi DISABLE_TESTS=1
- env: TARGET=armv7-unknown-linux-gnueabihf DISABLE_TESTS=1
- env: TARGET=x86_64-unknown-linux-gnu
- env: TARGET=i686-unknown-linux-gnu

# OSX
- env: TARGET=i686-apple-darwin
os: osx
- env: TARGET=x86_64-apple-darwin
os: osx

Expand Down

0 comments on commit e9ebca0

Please sign in to comment.