Browse Source

Travis: Workaround Travis bug

Luke Dashjr 10 years ago
parent
commit
de44536eb0
1 changed files with 3 additions and 0 deletions
  1. 3 0
      .travis.yml

+ 3 - 0
.travis.yml

@@ -1,5 +1,6 @@
 os: linux
 os: linux
 language: c
 language: c
+compiler: gcc
 env:
 env:
   global:
   global:
     - MAKEOPTS=-j3
     - MAKEOPTS=-j3
@@ -119,6 +120,8 @@ matrix:
       env: myCC='clang' EXTRA_DEPS='pkg-config libncursesw5-dev' CONFIGURE_ARGS='--disable-other-drivers --enable-minergate'
       env: myCC='clang' EXTRA_DEPS='pkg-config libncursesw5-dev' CONFIGURE_ARGS='--disable-other-drivers --enable-minergate'
     - compiler: ": Only rockminer"
     - compiler: ": Only rockminer"
       env: myCC='clang' EXTRA_DEPS='pkg-config libncursesw5-dev' CONFIGURE_ARGS='--disable-other-drivers --enable-rockminer'
       env: myCC='clang' EXTRA_DEPS='pkg-config libncursesw5-dev' CONFIGURE_ARGS='--disable-other-drivers --enable-rockminer'
+  exclude:
+    - compiler: gcc
 install:
 install:
   - bash .travis.deps I-am-okay-with-destroying-my-system
   - bash .travis.deps I-am-okay-with-destroying-my-system
 script:
 script: