Skip to content
This repository has been archived by the owner on Sep 16, 2019. It is now read-only.

Commit

Permalink
add travis
Browse files Browse the repository at this point in the history
  • Loading branch information
wwylele committed Sep 12, 2019
1 parent 314b682 commit c60e887
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
language: rust
cache: cargo
os:
- linux
rust:
- stable
install:
- cargo install cargo-web
script:
- cargo build -p index3ds -p httpstub --release -v
- cargo web deploy -p index3ds-frontend --release -v

env:
global:
- RUST_BACKTRACE=1

0 comments on commit c60e887

Please sign in to comment.