aboutsummaryrefslogtreecommitdiffstats
path: root/build.sh
diff options
context:
space:
mode:
authorps-george <george.punter15@imperial.ac.uk>2018-03-07 12:01:47 +0000
committerGitHub <noreply@github.com>2018-03-07 12:01:47 +0000
commit7890913ea4401a591abf48f827eb2c6e675c7626 (patch)
treee6ea6c97ddbdf7730fb2fe59aae0441e04a935ba /build.sh
parent276decea174c394e8939068818d49c2c2d488b9e (diff)
downloadFMark-7890913ea4401a591abf48f827eb2c6e675c7626.tar.gz
FMark-7890913ea4401a591abf48f827eb2c6e675c7626.zip
merge tags
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/build.sh b/build.sh
index 82bec5c..d445c57 100755
--- a/build.sh
+++ b/build.sh
@@ -36,11 +36,8 @@ if [[ -z $TRAVIS_BUILD_DIR ]]; then
cd $BASE_DIR/FMark/src/FMarkFable
dotnet restore
dotnet fable yarn-dev
-<<<<<<< HEAD
read -n1 -r -p "Press any key to continue..." key
if [[ "$?" != "0" ]]; then
exit 1
fi
-=======
->>>>>>> f9d4f3b8dee743cfc106565b9da05b2d031fdb02
fi