Skip to content

Commit

Permalink
Try using travis VM instead of container
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-rouse authored Sep 22, 2017
1 parent a04ef0f commit 9220e30
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
sudo: false
sudo: true
language: generic

addons:
Expand Down Expand Up @@ -41,7 +41,7 @@ before_install:
- export PATH=$HOME/.local/bin:/opt/cabal/1.24/bin:$PATH
- travis_retry curl -L https://www.stackage.org/stack/linux-x86_64 | tar xz --wildcards --strip-components=1 -C ~/.local/bin '*/stack'

script: travis_wait 45 travis/run.sh
script: travis/run.sh

cache:
directories:
Expand Down

0 comments on commit 9220e30

Please sign in to comment.