Browse Source

We don't use cpp anymore

tags/v0.0.1
Thom Wiggers 5 years ago
parent
commit
dac0d96904
No known key found for this signature in database GPG Key ID: 1BB0A7CE26E363
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      .travis.yml

+ 0
- 1
.travis.yml View File

@@ -25,7 +25,6 @@ matrix:
- pip3 install -r requirements.txt - pip3 install -r requirements.txt
- export PATH="/usr/local/bin:$PATH" - export PATH="/usr/local/bin:$PATH"
- ln -s /usr/local/Cellar/gcc/8.3.0/bin/gcc-8 /usr/local/bin/gcc - ln -s /usr/local/Cellar/gcc/8.3.0/bin/gcc-8 /usr/local/bin/gcc
- ln -s /usr/local/Cellar/gcc/8.3.0/bin/cpp-8 /usr/local/bin/cpp
- gcc --version - gcc --version
script: script:
- "cd test && python3 -m nose --rednose --verbose" - "cd test && python3 -m nose --rednose --verbose"


Loading…
Cancel
Save