update travis and gitignore

master
Tyler Neely 9 years ago
parent f228e37659
commit f9b6c0a910
  1. 1
      .gitignore
  2. 1
      .travis.yml

1
.gitignore vendored

@ -1,3 +1,4 @@
*.swo
*.swp
target
Cargo.lock

@ -3,6 +3,7 @@ language: rust
rust:
- nightly
- 1.1.0
- 1.2.0
os:
- linux

Loading…
Cancel
Save