We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 117968e commit bdcccf7Copy full SHA for bdcccf7
.travis.yml
@@ -8,9 +8,9 @@ env:
8
matrix:
9
- RACKET_VERSION=HEAD
10
11
-matrix:
12
- allow_failures:
13
- - env: RACKET_VERSION=HEAD
+# matrix:
+# allow_failures:
+# - env: RACKET_VERSION=HEAD
14
15
before_install:
16
- export DISPLAY=:99.0
@@ -27,10 +27,7 @@ install:
27
$TRAVIS_BUILD_DIR/hackett-test
28
29
script:
30
- - 'raco test -e
31
- ++ignore-stderr "^process \\d+: D-Bus library appears to be incorrectly set up"
32
- ++ignore-stderr "^See the manual page for dbus-uuidgen to correct this issue.$"
33
- -p hackett-demo hackett-lib hackett-test'
+ - raco test -ep hackett-demo hackett-lib hackett-test
34
35
after_success:
36
- bash deploy-docs.sh
0 commit comments