Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

start tidying #255

Closed
wants to merge 3 commits into from
Closed
Changes from 1 commit
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Prev

install and run tidy

  • Loading branch information
edunham committed Apr 19, 2016
commit 2b133af6472f70c5afdd5264b363621bb4887386
@@ -8,9 +8,14 @@ env:
- FEATURES=""
- FEATURES="debugmozjs"

before_script:
- export PATH=$HOME/.local/bin:/Users/travis/Library/Python/2.7/bin:$PATH
- pip install servo_tidy --user `whoami`

script:
- cargo build --verbose --features "$FEATURES"
- cargo test --verbose --features "$FEATURES"
- servo-tidy

branches:
except:
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.