[commit: packages/filepath] RyanGlScott-patch-1, master: Update the Travis file (41868a8)

git at git.haskell.org git at git.haskell.org
Thu Sep 13 14:50:48 UTC 2018


Repository : ssh://git@git.haskell.org/filepath

On branches: RyanGlScott-patch-1,master
Link       : http://git.haskell.org/packages/filepath.git/commitdiff/41868a8061050a8819af17fb8dfe9b02f4898f83

>---------------------------------------------------------------

commit 41868a8061050a8819af17fb8dfe9b02f4898f83
Author: Neil Mitchell <ndmitchell at gmail.com>
Date:   Wed May 10 12:51:15 2017 +0100

    Update the Travis file


>---------------------------------------------------------------

41868a8061050a8819af17fb8dfe9b02f4898f83
 .travis.yml | 17 +++++++++--------
 1 file changed, 9 insertions(+), 8 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 02bdaf0..463dcd1 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,14 +1,15 @@
+sudo: required
 env:
- - GHCVER=7.4.2
- - GHCVER=7.6.3
- - GHCVER=7.8.4
- - GHCVER=7.10.3
- - GHCVER=8.0.2
- - GHCVER=head
+- GHCVER=7.4.2
+- GHCVER=7.6.3
+- GHCVER=7.8.4
+- GHCVER=7.10.3
+- GHCVER=8.0.2
+- GHCVER=head
 
 matrix:
   allow_failures:
-   - env: GHCVER=head
+  - env: GHCVER=head
 
 script:
- - wget https://raw.github.com/ndmitchell/neil/master/travis.sh -O - --no-check-certificate --quiet | sh
+- wget https://raw.github.com/ndmitchell/neil/master/travis.sh -O - --quiet | sh



More information about the ghc-commits mailing list