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

Commit 9622058

Browse files
authored
Merge pull request #187 from jonas-schievink/rs
Rewrite in Rust
2 parents 511a699 + 87413f5 commit 9622058

File tree

9 files changed

+1395
-37
lines changed

9 files changed

+1395
-37
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,5 @@ __pycache__
22
irc.yaml
33
root-*
44
shorten_key.py
5+
bitly_key
6+
target

.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)