Skip to content

Commit bdcccf7

Browse files
committed
CI: remove raco test stderr ignores that seem no longer necessary
1 parent 117968e commit bdcccf7

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

.travis.yml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ env:
88
matrix:
99
- RACKET_VERSION=HEAD
1010

11-
matrix:
12-
allow_failures:
13-
- env: RACKET_VERSION=HEAD
11+
# matrix:
12+
# allow_failures:
13+
# - env: RACKET_VERSION=HEAD
1414

1515
before_install:
1616
- export DISPLAY=:99.0
@@ -27,10 +27,7 @@ install:
2727
$TRAVIS_BUILD_DIR/hackett-test
2828

2929
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'
30+
- raco test -ep hackett-demo hackett-lib hackett-test
3431

3532
after_success:
3633
- bash deploy-docs.sh

0 commit comments

Comments
 (0)