aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorGravatar Arun Prakash Jana <engineerarun@gmail.com>2019-04-13 13:30:24 +0530
committerGravatar Arun Prakash Jana <engineerarun@gmail.com>2019-04-13 13:30:24 +0530
commit00769fb5b7d1656c4a3d6df170213b9a1e18a45c (patch)
tree7ec3087f6fe7b105f6ac25f6389d528f2b80a29d /.travis.yml
parent33446b437ccbbd07572c6f1159da8ac3e6e40f83 (diff)
downloadnnn-00769fb5b7d1656c4a3d6df170213b9a1e18a45c.tar.gz
Remove duplicate builds
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml12
1 files changed, 6 insertions, 6 deletions
diff --git a/.travis.yml b/.travis.yml
index 9387aeb..783ca7b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -9,12 +9,12 @@ env:
matrix:
include:
# Access more recent gcc and clang via a Xenial image
- - os: linux
- dist: trusty
- compiler: gcc
- - os: linux
- dist: trusty
- compiler: clang
+ #- os: linux
+ # dist: trusty
+ # compiler: gcc
+ #- os: linux
+ # dist: trusty
+ # compiler: clang
- os: osx
compiler: gcc
- os: osx