Skip to content

Commit

Permalink
fixing the travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
wickett committed Jun 21, 2014
1 parent 22c7c12 commit c74ffe7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@ pickle-email-*.html
.DS_STore

config/initializers/secret_token.rb
*.afr
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
language: ruby
rvm:
- 2.1.1
- 2.0.0
before_script:
- ./set_token.sh
- bundle exec rake db:migrate
script:
- ./.travis-start.sh
- ./start.sh
- bundle exec rake secure_pipeline:gauntlt

0 comments on commit c74ffe7

Please sign in to comment.