diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2016-10-03 12:04:55 +0200 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2016-10-03 12:04:55 +0200 |
commit | 1c7fca09922cdc0964bf874504f80a575d6e9379 (patch) | |
tree | dc79d113e151bf4d1e5fc1e935e2ee49f5c7d95f /.travis.yml | |
parent | 3da46f1597c3860a4307934904e4342d0bbfc528 (diff) | |
download | ATCD-1c7fca09922cdc0964bf874504f80a575d6e9379.tar.gz |
Just linux for the moment
* .travis.yml:
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index a021b65a8ed..b11eb3e812e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,6 @@ sudo: false language: cpp os: - linux - - osx compiler: - gcc |