Skip to content

Commit 0bf085b

Browse files
author
Jorge Aparicio
committed
set language: ruby on osx only
1 parent 2a8b2c2 commit 0bf085b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
dist: trusty
2-
language: ruby
2+
language: generic
33
services: docker
44
sudo: required
55

@@ -16,6 +16,7 @@ matrix:
1616
- env: TARGET=i586-unknown-linux-gnu
1717
os: linux
1818
- env: TARGET=i686-apple-darwin
19+
language: ruby
1920
os: osx
2021
- env: TARGET=i686-unknown-linux-gnu
2122
os: linux
@@ -36,6 +37,7 @@ matrix:
3637
- env: TARGET=thumbv7m-none-eabi
3738
os: linux
3839
- env: TARGET=x86_64-apple-darwin
40+
language: ruby
3941
os: osx
4042
- env: TARGET=x86_64-unknown-linux-gnu
4143
os: linux

0 commit comments

Comments
 (0)