Skip to content
This repository was archived by the owner on Jun 27, 2018. It is now read-only.

Commit 4a25530

Browse files
travis: Build all Rust code
1 parent fc025b4 commit 4a25530

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
1-
language: node_js
1+
language: rust
2+
rust:
3+
- nightly
24
install:
35
- npm install jshint
46
script:
57
- find static/ -iname "*.js" | xargs jshint
8+
- cargo build

0 commit comments

Comments
 (0)