Skip to content

Commit 838be9c

Browse files
committed
adding changes to travis for icicle
1 parent 174c823 commit 838be9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis_scripts/icicle.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ cd ../../..
3434

3535
## icicle
3636
if [[ $TRAVIS_OS_NAME == 'linux' ]]; then sudo $apt_get_install libboost-program-options-dev; fi
37-
cd libcloudphxx/tests/paper_GMD_2015
37+
cd libcloudphxx/tests/2D_cloud
3838
mkdir -p build
3939
cd build
4040
if [[ $TRAVIS_OS_NAME == 'osx' ]]; then cmake .. -DBOOST_ROOT=/usr/local; fi

0 commit comments

Comments
 (0)