diff options
author | Tristan Gingold <tgingold@free.fr> | 2017-08-18 06:17:50 +0200 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2017-08-18 06:17:50 +0200 |
commit | 12224473233f2a44a85b14d1b593aaa759b55b84 (patch) | |
tree | eff7321749dc7e1c802df1c6c345574be59620cb | |
parent | 31625e5b2a1df033a43949c9bb59ca71194fb2af (diff) | |
download | ghdl-12224473233f2a44a85b14d1b593aaa759b55b84.tar.gz ghdl-12224473233f2a44a85b14d1b593aaa759b55b84.tar.bz2 ghdl-12224473233f2a44a85b14d1b593aaa759b55b84.zip |
travis-ci: tentatively use cache only on macos-x
-rw-r--r-- | .travis.yml | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml index 82ada814f..39247f189 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,13 +12,12 @@ matrix: services: docker - os: osx osx_image: xcode7.3 + cache: + directories: + - gnat install: true -cache: - directories: - - gnat - script: - ./dist/linux/travis-ci.sh |