Skip to content

Commit

Permalink
travis: fix cache directories syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
fanquake authored and cdecker committed Feb 6, 2019
1 parent fbf2168 commit 01c9cde
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ env:
- VALGRIND=1 ARCH=64 DEVELOPER=1 COMPILER=gcc TEST_GROUP=6 TEST_GROUP_COUNT=6 SOURCE_CHECK_ONLY=false
cache:
directories:
dependencies
external
- dependencies
- external

script:
.travis/build.sh

0 comments on commit 01c9cde

Please sign in to comment.