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
Sponsored
·
Your Podcast. Everywhere. Effortlessly.
Share. Educate. Inspire. Entertain. You do you. We'll handle the rest.
→
Robert Glaser
April 24, 2012
Programming
4
330
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
76
Dein Produkt braucht nicht mehr Technik, sondern mehr Produkt
youngbrioche
3
520
Die Unbenutzbarkeit von Enterprise Web-Anwendungen
youngbrioche
0
55
Stop flying blind. Profiling your App's Internals.
youngbrioche
3
510
Bootstrapping & Boilerplating
youngbrioche
9
360
Modern Web Development with Ruby on Rails
youngbrioche
2
320
Rails Engines. Doing It Wrong. And Then Right.
youngbrioche
6
270
Other Decks in Programming
See All in Programming
ポーリング処理廃止によるイベント駆動アーキテクチャへの移行
seitarof
3
1k
Fundamentals of Software Engineering In the Age of AI
therealdanvega
1
250
20260228_JAWS_Beginner_Kansai
takuyay0ne
5
500
The Past, Present, and Future of Enterprise Java
ivargrimstad
0
230
Cyrius ーLinux非依存にコンテナをネイティブ実行する専用OSー
n4mlz
0
130
モックわからないマン卒業記 ~振る舞いを起点に見直した、フロントエンドテストにおけるモックの使いどころ~
tasukuwatanabe
2
110
CSC307 Lecture 14
javiergs
PRO
0
470
Vuetify 3 → 4 何が変わった?差分と移行ポイント10分まとめ
koukimiura
0
120
grapheme_strrev関数が採択されました(あと雑感)
youkidearitai
PRO
1
210
AIとペアプロして処理時間を97%削減した話 #pyconshizu
kashewnuts
1
220
How to stabilize UI tests using XCTest
akkeylab
0
120
Swift ConcurrencyでよりSwiftyに
yuukiw00w
0
260
Featured
See All Featured
The SEO Collaboration Effect
kristinabergwall1
0
390
Unlocking the hidden potential of vector embeddings in international SEO
frankvandijk
0
200
Gemini Prompt Engineering: Practical Techniques for Tangible AI Outcomes
mfonobong
2
310
How to audit for AI Accessibility on your Front & Back End
davetheseo
0
210
Joys of Absence: A Defence of Solitary Play
codingconduct
1
300
世界の人気アプリ100個を分析して見えたペイウォール設計の心得
akihiro_kokubo
PRO
67
37k
So, you think you're a good person
axbom
PRO
2
2k
Agile Leadership in an Agile Organization
kimpetersen
PRO
0
110
Reflections from 52 weeks, 52 projects
jeffersonlam
356
21k
Speed Design
sergeychernyshev
33
1.6k
AI in Enterprises - Java and Open Source to the Rescue
ivargrimstad
0
1.2k
Scaling GitHub
holman
464
140k
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!