Skip to content
This repository has been archived by the owner on Jul 27, 2019. It is now read-only.

Commit

Permalink
Another try on a .travis.yml and remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
mikkelbu committed Aug 24, 2017
1 parent 53faba4 commit 4446fcd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -4,5 +4,5 @@ mono:
- latest
- 4.6.2
script:
- ./build.sh --target "Travis"
- ./build.sh -target="Travis"

1 change: 0 additions & 1 deletion build.sh
Expand Up @@ -113,6 +113,5 @@ if [ ! -f "$CAKE_EXE" ]; then
exit 1
fi

echo "${CAKE_ARGUMENTS[@]}"
# Start Cake
exec mono "$CAKE_EXE" $SCRIPT "${CAKE_ARGUMENTS[@]}"

0 comments on commit 4446fcd

Please sign in to comment.