Skip to content

Commit 2724a24

Browse files
Jovonni PharrJovonni Pharr
authored andcommitted
add badges and travis ci
1 parent ae8a010 commit 2724a24

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
language: rust
2-
python:
3-
- "3.7"
2+
rust:
3+
- "2018"
44
# command to install dependencies
55
install:
66
- cd core
7-
- cargo install
7+
- cargo build
88
# command to run tests
99
script: cargo check

0 commit comments

Comments
 (0)