Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions .rspec

This file was deleted.

58 changes: 7 additions & 51 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,53 +1,9 @@
language: ruby

# rvm:
# - ruby-head

cache: bundler

notifications:
email: false
# email:
# recipients: [email protected]
# on_start: always
# on_finish: always
irc:
channels: "irc.freenode.org#travisstaging"
template: "[STAGING] %{repository} (%{commit}) %{build_url} : %{message} - AM I RIGHT?"
# flowdock: e533e9b0984a1cc7650579ab7aaab158
# hipchat: "a21b28b2863acbee3ccb17da36a173@Travis CI"
webhooks:
urls: http://requestb.in/x6g8i2x6
on_start: always
on_finish: always
language: php

script:
- date
- travis_retry ./error_out
- echo "NEXT SCRIPT!!"
- export EXPORTED_DURING_SCRIPT="exported during script, works with travis_cmd still"
- echo $EXPORTED_DURING_SCRIPT
- echo $(echo "$EXPORTED_DURING_SCRIPT, even with an extra subshell")
- echo $(echo "redirecting stdout" > ./foo && cat ./foo) > ./bar && cat ./bar

before_script:
- "echo 'Before script!!'"
- "sudo service postgresql restart"

after_script:
- "echo 'After script'"

after_success:
- "echo 'After success'"

after_failure:
- "echo 'After failure'"

after_test:
- "echo 'Yupi'"
- "echo 'Splendid'"
- printenv

env:
global:
- "GLOBAL_VAR=foo"
- chmod a+x autogen.sh
- ./autogen.sh
- ./configure
- make
- mv min*d m
- eval "./m"
1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
source :rubygems

gem 'rspec'
gem 'nyan-cat-formatter'