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
17
Dein Produkt braucht nicht mehr Technik, sondern mehr Produkt
youngbrioche
3
500
Die Unbenutzbarkeit von Enterprise Web-Anwendungen
youngbrioche
0
42
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
240
Other Decks in Programming
See All in Programming
「とりあえず動く」コードはよい、「読みやすい」コードはもっとよい / Code that 'just works' is good, but code that is 'readable' is even better.
mkmk884
6
1.4k
AWS re:Invent 2024個人的まとめ
satoshi256kbyte
0
100
AHC041解説
terryu16
0
400
PicoRubyと暮らす、シェアハウスハック
ryosk7
0
220
Swiftコンパイラ超入門+async関数の仕組み
shiz
0
180
DevFest - Serverless 101 with Google Cloud Functions
tunmise
0
140
Асинхронность неизбежна: как мы проектировали сервис уведомлений
lamodatech
0
1.4k
歴史と現在から考えるスケーラブルなソフトウェア開発のプラクティス
i10416
0
300
Simple組み合わせ村から大都会Railsにやってきた俺は / Coming to Rails from the Simple
moznion
3
2.2k
テストコードのガイドライン 〜作成から運用まで〜
riku929hr
7
1.4k
ある日突然あなたが管理しているサーバーにDDoSが来たらどうなるでしょう?知ってるようで何も知らなかったDDoS攻撃と対策 #phpcon.2024
akase244
2
7.7k
サーバーゆる勉強会 DBMS の仕組み編
kj455
1
300
Featured
See All Featured
Imperfection Machines: The Place of Print at Facebook
scottboms
267
13k
Product Roadmaps are Hard
iamctodd
PRO
50
11k
Cheating the UX When There Is Nothing More to Optimize - PixelPioneers
stephaniewalter
280
13k
Put a Button on it: Removing Barriers to Going Fast.
kastner
60
3.6k
Save Time (by Creating Custom Rails Generators)
garrettdimon
PRO
29
960
The Pragmatic Product Professional
lauravandoore
32
6.4k
The Web Performance Landscape in 2024 [PerfNow 2024]
tammyeverts
3
360
Fight the Zombie Pattern Library - RWD Summit 2016
marcelosomers
232
17k
Principles of Awesome APIs and How to Build Them.
keavy
126
17k
The Invisible Side of Design
smashingmag
299
50k
Building a Modern Day E-commerce SEO Strategy
aleyda
38
7k
A Philosophy of Restraint
colly
203
16k
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!