summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml19
1 files changed, 0 insertions, 19 deletions
diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644
index 684b265..0000000
--- a/.travis.yml
+++ /dev/null
@@ -1,19 +0,0 @@
-language: rust
-
-branches:
- only:
- - master
-
-cache:
- cargo: true
-
-script:
- - cargo run --bin generate_readme
- - git config user.name "Carol (Nichols || Goulding)"
- - git config user.email "carol.nichols@gmail.com"
- - git commit -am "Regenerate README" && git remote add upstream "https://$GH_TOKEN@github.com/carols10cents/rustlings.git" && git push -q upstream HEAD:master > /dev/null 2>&1 || true
-
-notifications:
- email:
- on_success: never
-