Browse Source

Disable cache in .travis.yml

master
Krisjanis Rijnieks 7 years ago
committed by GitHub
parent
commit
88a1df352f
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      .travis.yml

1
.travis.yml

@ -1,6 +1,7 @@
language: c++
compiler: gcc
sudo: true
cache: false
matrix:
include:
- os: linux

Loading…
Cancel
Save