Skip to content

Commit e856133

Browse files
author
Geobert Quach
committed
restore travis and add --no-default-features
1 parent 4eac226 commit e856133

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

disable.travis.yml renamed to .travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,10 @@ script:
4747
- rustc -Vv
4848
- cargo -V
4949
- cargo build --verbose
50-
- cp target/debug/cobalt target/ # for cli tests
5150
- cargo test --verbose
51+
- cargo build --no-default-features --verbose
52+
- cargo test --no-default-features --verbose
5253
- cargo build --verbose --features "sass"
53-
- cp target/debug/cobalt target/ # for cli tests
5454
- cargo test --verbose --features "sass"
5555

5656
before_deploy:

0 commit comments

Comments
 (0)