Skip to content

Commit

Permalink
Fix wrong Travis configuration in the README. (Fixes #105)
Browse files Browse the repository at this point in the history
  • Loading branch information
netzpirat committed Jan 28, 2013
1 parent e1be6c1 commit 80c670c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -702,11 +702,10 @@ Simply use the `script` setting in your `.travis.yml`:
script: 'bundle exec guard-jasmine --server-timeout=60'
```
You can also run your Guard::Jasmine specs after your specs that are ran with `rake` by using `after_script`:
You can also run your Guard::Jasmine specs after your specs that are ran with `rake` by using `&&`:

```yaml
script: 'rake spec'
after_script: 'bundle exec guard-jasmine --server-timeout=60'
script: 'rake spec && bundle exec guard-jasmine'
```

When using a PhantomJS version prior to 1.5, you need to start `xvfb` before running the specs:
Expand Down

0 comments on commit 80c670c

Please sign in to comment.