forked from github/github-services
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtravis
More file actions
32 lines (22 loc) · 955 Bytes
/
travis
File metadata and controls
32 lines (22 loc) · 955 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
Travis
======
Travis – a distributed build server tool for the Ruby community
Install Notes
-------------
1. Create an account (on travis-ci.org you can just sign in with GitHub)
2. Enter your credentials
- The token which you can find on the Travis profile page
Optional steps:
- Enter the username who the travis-token belongs to (defaults to the repository owner)
- Enter the host of your Travis installation (defaults to http://travis-ci.org), the protocol-prefix is optional and defaults to "http://".
3. Check the "Active" checkbox and click "Update Settings".
4. Click on the "Travis" service name and then click the "Test Hook" link.
5. You should receive an email from Travis once the build has completed
For more details about Travis, go to http://github.com/travis-ci/travis-ci
Developer Notes
---------------
data
- token
- user
- domain
The token has to belong to the user, of course.