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
15
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
これでLambdaが不要に?!Step FunctionsのJSONata対応について
iwatatomoya
2
3.9k
短期間での新規プロダクト開発における「コスパの良い」Goのテスト戦略」 / kamakura.go
n3xem
2
200
Kaigi on Railsに初参加したら、その日にLT登壇が決定した件について
tama50505
0
130
Fibonacci Function Gallery - Part 2
philipschwarz
PRO
0
180
Effective Signals in Angular 19+: Rules and Helpers
manfredsteyer
PRO
0
210
php-conference-japan-2024
tasuku43
0
380
ゆるやかにgolangci-lintのルールを強くする / Kyoto.go #56
utgwkk
2
620
menu基盤チームによるGoogle Cloudの活用事例~Application Integration, Cloud Tasks編~
yoshifumi_ishikura
0
120
React 19でお手軽にCSS-in-JSを自作する
yukukotani
5
500
Jakarta EE meets AI
ivargrimstad
0
360
PSR-15 はあなたのための ものではない? - phpcon2024
myamagishi
0
270
命名をリントする
chiroruxx
1
510
Featured
See All Featured
Documentation Writing (for coders)
carmenintech
67
4.5k
RailsConf & Balkan Ruby 2019: The Past, Present, and Future of Rails at GitHub
eileencodes
132
33k
Responsive Adventures: Dirty Tricks From The Dark Corners of Front-End
smashingmag
251
21k
[RailsConf 2023] Rails as a piece of cake
palkan
53
5.1k
I Don’t Have Time: Getting Over the Fear to Launch Your Podcast
jcasabona
29
2k
ReactJS: Keep Simple. Everything can be a component!
pedronauck
666
120k
Large-scale JavaScript Application Architecture
addyosmani
510
110k
Optimizing for Happiness
mojombo
376
70k
The Web Performance Landscape in 2024 [PerfNow 2024]
tammyeverts
3
320
RailsConf 2023
tenderlove
29
960
The Cult of Friendly URLs
andyhume
78
6.1k
Visualization
eitanlees
146
15k
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!