Skip to content

Commit

Permalink
#34: update Travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
ForNeVeR committed Oct 16, 2016
1 parent 11afebf commit 4c3ae6f
Showing 1 changed file with 10 additions and 14 deletions.
24 changes: 10 additions & 14 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,10 @@
language: haskell
ghc: 7.8
before_install:
- |
cabal install happy alex
export PATH=$HOME/.cabal/bin:$PATH
addons:
postgresql: "9.3"
before_script:
- psql -c "create database \"codingteam-site_test\" owner postgres encoding 'utf8';" -U postgres
env: PGUSER=postgres PGPASS=''
notifications:
email:
- [email protected]
sudo: required
dist: trusty
language: csharp
mono: none
dotnet: 1.0.0-preview2-003121
install:
- dotnet restore
script:
- dotnet build
- dotnet publish

0 comments on commit 4c3ae6f

Please sign in to comment.