Skip to content

Commit 68f508c

Browse files
committed
adapt travis file for moved folder
1 parent 5d72357 commit 68f508c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.travis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,16 +54,15 @@ matrix:
5454
- ubuntu-toolchain-r-test
5555

5656
script:
57-
- cd cpp11training
5857
- mkdir build && cd build
5958
- cmake ..
6059
- make
6160
- ./cpp11training
62-
- cd ../..
61+
- cd ..
6362
- cd coupling
6463
- mkdir build && cd build
6564
- cmake ..
6665
- make
6766
- ./coupled_program
68-
- cd ../..
67+
- cd ..
6968

0 commit comments

Comments
 (0)