mirror of
https://github.com/ilyakooo0/vty.git
synced 2024-12-01 14:36:27 +03:00
fix travis ci entry point
Not significantly different that jenkins practices.
This commit is contained in:
parent
99dc9e2c96
commit
92ff677079
@ -1,8 +1,9 @@
|
||||
#!/bin/bash
|
||||
set -ex
|
||||
cabal configure --enable-tests && cabal build
|
||||
if [[ "${GHCVER}" > "7.4.2" ]] ; then
|
||||
cabal configure --enable-tests && cabal build
|
||||
cabal test
|
||||
else
|
||||
cabal configure && cabal build
|
||||
echo "Skipping tests on ${GHCVER}"
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user