Skip to content
This repository has been archived by the owner on Nov 27, 2022. It is now read-only.

Latest commit

 

History

History
45 lines (29 loc) · 1.5 KB

File metadata and controls

45 lines (29 loc) · 1.5 KB

Travis CI

A quiz about continuous integration tool Travis CI


What is Travis CI?

true false
Integration tool only for Node.js projects [ ] [x]  
It fetch repository changes and runs test/build scripts [x] [ ]
It only works with GitHub [x] [ ]

Basics



How to use it?

true  false
Simply activate your repos on Travis CI, and integration is done [x]   [ ]
Insert configurations into travis.json file [ ]   [x]
You must insert badge to readme.md to get Travis CI working [ ]   [x]

Try it yourself



What is the benefit of using Travis CI?

true  false
It will automatically run tests and notify if they fail [x] [ ]
It will fix bugs [ ] [x]
It can save time when building apps [x] [ ]

It is not magic box...