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++ language: c++
compiler: gcc compiler: gcc
sudo: true sudo: true
cache: false
matrix: matrix:
include: include:
- os: linux - os: linux

Loading…
Cancel
Save