CI: Travis: script: upd: the normal build command

M  .travis.yml
This commit is contained in:
Anton-Latukha 2020-05-28 00:44:38 +03:00
parent 8cc7ed05bb
commit ed1dd9ff62
No known key found for this signature in database
GPG key ID: 3D84C07E91802E41

View file

@ -131,7 +131,10 @@ script:
- sleep 2
#
#
- if [ ! "$CACHIX_SIGNING_KEY" = "" ]; then ./build.sh | cachix push hnix; else ./build.sh; fi
# NOTE: Normal GHC build
- if [ ! "$GHCVERSION" = 'ghcjs' ]; then ./build.sh; fi
#
#
branches:
only: