Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Side by Side Diff: .travis.yml

Issue 5986495445860352: 1377-Blacklist_dependencies (Closed)
Patch Set: Created Sept. 29, 2014, 11:41 a.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | Makefile » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 language:
2 bash
3
4 script:
5 - make
6 - sudo hostname $HOSTNAME
7 - sudo apt-get -y install puppet
8 - sudo puppet apply --environment=development --detailed-exitcodes --verbose - -debug --modulepath=./modules ./manifests/nodes.pp; test $? -eq 2
9
10 env:
11 - HOSTNAME=filter1
12 - HOSTNAME=server4
13 - HOSTNAME=codereview1
14 - HOSTNAME=download1
15 - HOSTNAME=filtermaster1
16 - HOSTNAME=issues1
17 - HOSTNAME=stats1
18 - HOSTNAME=update1
19 - HOSTNAME=web1
20
OLDNEW
« no previous file with comments | « no previous file | Makefile » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld