Skip to content
This repository was archived by the owner on Dec 21, 2019. It is now read-only.

Commit 503807d

Browse files
committed
do not run skeptic
1 parent f1b29a4 commit 503807d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ before_script:
3838
- export PATH=$PATH:~/.cargo/bin
3939

4040
script:
41-
- USE_SKEPTIC=1 cargo test
41+
- cargo test
4242
- cargo run --example sockjs-testsrv &
4343
- sleep 10
4444
- cd protocol && python ./sockjs-protocol.py

0 commit comments

Comments
 (0)