Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Travis CI
Search
Robert Glaser
April 24, 2012
Programming
4
310
Travis CI
A short talk on Travis CI (
http://travis-ci.org
) I gave at an innoQ company event.
Robert Glaser
April 24, 2012
Tweet
Share
More Decks by Robert Glaser
See All by Robert Glaser
RAG: The Architecture of Reliable AI
youngbrioche
0
42
Dein Produkt braucht nicht mehr Technik, sondern mehr Produkt
youngbrioche
3
510
Die Unbenutzbarkeit von Enterprise Web-Anwendungen
youngbrioche
0
46
Stop flying blind. Profiling your App's Internals.
youngbrioche
3
500
Bootstrapping & Boilerplating
youngbrioche
9
340
Modern Web Development with Ruby on Rails
youngbrioche
2
310
Rails Engines. Doing It Wrong. And Then Right.
youngbrioche
6
250
Other Decks in Programming
See All in Programming
令和最新版手のひらコンピュータ
koba789
13
7.4k
0から始めるモジュラーモノリス-クリーンなモノリスを目指して
sushi0120
0
280
Comparing decimals in Swift Testing
417_72ki
0
170
実践!App Intents対応
yuukiw00w
1
230
decksh - a little language for decks
ajstarks
4
21k
技術的負債で信頼性が限界だったWordPress運用をShifterで完全復活させた話
rvirus0817
1
1.4k
QA x AIエコシステム段階構築作戦
osu
0
260
PHPカンファレンス関西2025 基調講演
sugimotokei
6
1.1k
マイコンでもRustのtestがしたい その2/KernelVM Tokyo 18
tnishinaga
2
2k
Amazon Q CLI開発で学んだAIコーディングツールの使い方
licux
3
180
管你要 trace 什麼、bpftrace 用下去就對了 — COSCUP 2025
shunghsiyu
0
380
Strands Agents で実現する名刺解析アーキテクチャ
omiya0555
1
120
Featured
See All Featured
Optimizing for Happiness
mojombo
379
70k
Connecting the Dots Between Site Speed, User Experience & Your Business [WebExpo 2025]
tammyeverts
8
450
Facilitating Awesome Meetings
lara
54
6.5k
KATA
mclloyd
32
14k
Learning to Love Humans: Emotional Interface Design
aarron
273
40k
Embracing the Ebb and Flow
colly
86
4.8k
Keith and Marios Guide to Fast Websites
keithpitt
411
22k
Art, The Web, and Tiny UX
lynnandtonic
301
21k
Become a Pro
speakerdeck
PRO
29
5.5k
Done Done
chrislema
185
16k
Six Lessons from altMBA
skipperchong
28
3.9k
Mobile First: as difficult as doing things right
swwweet
223
9.9k
Transcript
Travis CI
what is it?
open source distributed continuous integration
who tests?
wer arbeitet an oss?
wer testet seine oss mit ci?
None
clojure erlang javascript php wtf! ruby
bald: python cocoa java?
mysql postgresql sqlite
CI dynamische sprachen
tests dependencies libraries integration interpreter versionen
$ rails new foo $ bundle install
None
setup
github oauth service hooks
None
None
git push
None
None
fertig.
advanced setup
sourceforge? google code?
ruby build export CI=true git clone rvm use 1.9.2 bundle
install bundle exec rake
.travis.yml
None
integration tests headless webkit xvfb
None
fossball!