Skip to content
Extraits de code Groupes Projets
.travis.yml 343 octets
Newer Older
Raphael Sofaer's avatar
Raphael Sofaer a validé
bundler_args: "--without development production"
Raphael Sofaer's avatar
Raphael Sofaer a validé
before_script:
  - "sass --update public/stylesheets/sass/:public/stylesheets/"
  - "cp config/database.yml.example config/database.yml"
  - "rake db:create"
  - "rake db:schema:load"
Raphael Sofaer's avatar
Raphael Sofaer a validé
  - "rspec spec --tag fixture"

script: "bundle exec rake travis"
env: "TRAVIS=true"