Skip to content

Commit

Permalink
Bug fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
paullepoulpe committed May 11, 2015
1 parent 700b2a8 commit 741df58
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,5 @@ libraryDependencies ++= Seq(
testOptions in Test += Tests.Argument("-oF")

parallelExecution in Test := false

target in Compile in doc := baseDirectory.value / "api"
2 changes: 1 addition & 1 deletion update_scaladoc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set -x
REPO="devsearch-ast"
DOC_FOLDER="api"

if [ "$TRAVIS_REPO_SLUG" == "devsearch-epfl/$REPO" ] && [ "$TRAVIS_JDK_VERSION" == "oraclejdk7" ] && [ "$TRAVIS_PULL_REQUEST" == "false" ] && [ "$TRAVIS_BRANCH" == "master" ]; then
if [ "$TRAVIS_REPO_SLUG" == "devsearch-epfl/$REPO" ] && [ "$TRAVIS_JDK_VERSION" == "openjdk7" ] && [ "$TRAVIS_PULL_REQUEST" == "false" ] && [ "$TRAVIS_BRANCH" == "master" ]; then

# Setup travis info
git config --global user.email "[email protected]"
Expand Down

0 comments on commit 741df58

Please sign in to comment.