Skip to content

Commit 8e86a50

Browse files
committed
Add wasm target to CI
1 parent 53e19cd commit 8e86a50

File tree

1 file changed

+15
-5
lines changed

1 file changed

+15
-5
lines changed

.travis.yml

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,19 @@
11
language: rust
2-
rust:
3-
- nightly
4-
- beta
5-
- stable
6-
- 1.17.0
72
script: make test
3+
4+
jobs:
5+
include:
6+
- rust: nightly
7+
- rust: beta
8+
- rust: stable
9+
- rust: 1.17.0
10+
- rust: nightly
11+
env:
12+
- WASM32=true # just to show it in travis UI
13+
install:
14+
- rustup target add wasm32-unknown-unknown
15+
script:
16+
- cargo build --target=wasm32-unknown-unknown
17+
818
notifications:
919
webhooks: http://build.servo.org:54856/travis

0 commit comments

Comments
 (0)