Skip to content

Commit 52c6a17

Browse files
committed
update travis.yml
1 parent db97720 commit 52c6a17

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
dist: trusty
1+
# dist: trusty
22
language: cpp
3-
cache: ccache
3+
# cache: ccache
44
os:
55
- linux
66
- osx
@@ -9,10 +9,10 @@ addons:
99
sources:
1010
- ubuntu-toolchain-r-test
1111
packages:
12-
- g++-5
12+
- g++
1313
- cmake
14-
- ccache
1514
- libtbb-dev
15+
# - ccache
1616
install:
1717
- bash build_occt.sh
1818
script:

0 commit comments

Comments
 (0)