Skip to content

Commit

Permalink
Maybe fix travis?
Browse files Browse the repository at this point in the history
  • Loading branch information
w-culhane committed Jun 16, 2018
1 parent 73eb510 commit 15b0809
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .travis.yml
Expand Up @@ -2,7 +2,6 @@ sudo: required
language: rust
rust:
- stable
- beta
- nightly
cache: cargo
env:
Expand All @@ -11,10 +10,6 @@ env:
matrix:
include:
- rust: nightly
before_script:
- rustup component add rustfmt-preview
script:
- cargo fmt -- --write-mode=diff
addons:
apt:
packages:
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "heliometer"
version = "0.5.9"
version = "0.5.10"
description = "A basic Brainfuck interpreter"
authors = [ "LEARAX57H <willculhane3@gmail.com>",
"vpzomtrrfrt <eric@gloriouswill.com>" ]
Expand Down

0 comments on commit 15b0809

Please sign in to comment.