Skip to content

Commit 0eba48a

Browse files
committed
travis: enable APT caching and make tests more verbose
1 parent 9c487c2 commit 0eba48a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
language:
22
- cpp
33

4+
cache: apt
5+
46
# why does Travis not allow for multi-dimensional build matrices?!?
57
# -> https://github.com/travis-ci/travis-ci/issues/1519
68
env:
@@ -45,5 +47,5 @@ script:
4547
- cd build
4648
- cmake -DCMAKE_BUILD_TYPE=${CMAKE_BUILD_TYPE} -Dpfasst_WITH_MPI=${WITH_MPI} -Dpfasst_DISABLE_LIBCXX=ON -Dpfasst_BUILD_TESTS=ON -Dpfasst_BUILD_EXAMPLES=ON ..
4749
- make
48-
- make test
50+
- make test ARGS="-V"
4951
- make run_example_all

0 commit comments

Comments
 (0)