Skip to content

Commit

Permalink
Add everything from original rocket
Browse files Browse the repository at this point in the history
  • Loading branch information
aochagavia committed Nov 30, 2017
0 parents commit d12df61
Show file tree
Hide file tree
Showing 36 changed files with 2,626 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Auto detect text files and perform LF normalization
* text=auto
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
target
.vscode
.idea
17 changes: 17 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
language: rust

rust:
- stable
- beta
- nightly

matrix:
allow_failures:
- rust: nightly

os:
- linux
- osx

script:
- cargo build --verbose
Loading

0 comments on commit d12df61

Please sign in to comment.