Skip to content
This repository was archived by the owner on Aug 25, 2025. It is now read-only.

Commit 8b8e958

Browse files
committed
CI: Add Travis CI that ensures that we can build
1 parent 754d1fe commit 8b8e958

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.travis.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
language: rust
2+
3+
install:
4+
- curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.8/install.sh | bash
5+
- source ~/.nvm/nvm.sh
6+
- nvm install v10.5
7+
- curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh -s -- -f
8+
9+
script:
10+
- npm install
11+
- npm run build

0 commit comments

Comments
 (0)