Skip to content
Open

test #34

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
57 changes: 1 addition & 56 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,58 +1,3 @@
sudo: false

language: ruby

cache: bundler

rvm:
- 2.2

notifications:
email: false
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

install:
- curl -v -s https://nodejs.org/dist -o - || true
- nvm --version || true
- nvm ls-remote || true
- nvm install 0.10.32 || true

script:
# - sleep 120 # test custom log_silence timeout
- 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"
email: me@svenfuchs.com
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
A test dummy repository for testing Travis CI.

.
Hello :wave:
1 change: 1 addition & 0 deletions something.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Testing a PR ..