Turn on strict compilation (#35)

This commit is contained in:
Connor Prussin
2017-07-17 19:10:01 -07:00
committed by GitHub
parent 61ce3cf0fe
commit 16e84c1501
2 changed files with 11 additions and 6 deletions

View File

@@ -9,7 +9,7 @@ install:
- wget -O $HOME/purescript.tar.gz https://github.com/purescript/purescript/releases/download/$TAG/linux64.tar.gz
- tar -xvf $HOME/purescript.tar.gz -C $HOME/
- chmod a+x $HOME/purescript
- npm install -g bower pulp
- npm install -g bower pulp purescript-psa
script:
- make test
after_success: