Use old test with streaming
authorLuke Lau <luke_lau@icloud.com>
Tue, 31 Jul 2018 11:37:49 +0000 (12:37 +0100)
committerLuke Lau <luke_lau@icloud.com>
Tue, 31 Jul 2018 11:37:49 +0000 (12:37 +0100)
.travis.yml

index f45e3cfd6442ff79e53fd33c64d1f1c428d8dc4e..9ad0a0dce57d00b9e3073068f0122c55b1005872 100644 (file)
@@ -43,5 +43,5 @@ before_install:
 script:
   - pwd
   - ls -a
-  - cabal new-configure
-  - cabal new-test -O2 -j2
+  - cabal configure --enable-tests
+  - cabal test -O2 -j2 --show-details=streaming