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

Side by Side Diff: .travis.yml

Issue 29663680: Issue 6220 - add travis-ci configuration for adblockpluscore (Closed) Base URL: github.com:adblockplus/adblockpluscore
Patch Set: Created Jan. 11, 2018, 9:28 p.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 | no next file » | 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: cpp
sergei 2018/01/11 21:53:13 The language is cpp because it will simplify it wh
2
3 os:
4 - linux
5 - osx
6
7 dist: trusty
8
9 python: '2.7'
10
11 install:
12 - nvm install 8.9.4
sergei 2018/01/11 21:53:13 current latest LTS, For the beginning IMO it's eno
13
14 before_script:
15 - ./ensure_dependencies.py
16 - npm install
17
18 script:
19 - npm test
20
21 notifications:
22 email: false
tlucas 2018/01/17 12:41:40 Do we not want to be notified about failed builds?
sergei 2018/01/17 14:25:30 Just would like to precise that it can be configur
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld