Skip to content

Commit

Permalink
Fix the path of build directories in .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mondalaci committed Oct 31, 2017
1 parent 561d183 commit 1ab0885
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 @@ -9,8 +9,8 @@ install: eclipse -noSplash
-profileProperties org.eclipse.update.install.features=true
script: eclipse -noSplash
-application org.eclipse.cdt.managedbuilder.core.headlessbuild
-import $TRAVIS_BUILD_DIR/left/build/kds
-import $TRAVIS_BUILD_DIR/right/build/kds
-import $TRAVIS_BUILD_DIR/left/build
-import $TRAVIS_BUILD_DIR/right/build
-build all
matrix:
include:
Expand Down

0 comments on commit 1ab0885

Please sign in to comment.