aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.travis.yml2
-rwxr-xr-xbuild.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 1b090c9..9ecaa17 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,4 +2,4 @@ language: csharp
mono: none
dotnet: 2.1.4
script:
- - ${TRAVIS_BUILD_DIR}/build.sh
+ - ${TRAVIS_BUILD_DIR}/build.sh --build fsharp
diff --git a/build.sh b/build.sh
index 3ecf58b..7151c1b 100755
--- a/build.sh
+++ b/build.sh
@@ -33,7 +33,7 @@ esac
done
if [[ -z $BUILD ]]; then
- BUILD=fsharp
+ BUILD=all
fi
if [[ $BUILD != "fsharp" ]] && [[ $BUILD != "js" ]] && [[ $BUILD != "all" ]]; then