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

Unified 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.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: .travis.yml
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000000000000000000000000000000000000..344e86ac9e48c69238f901439823c93d8628ccef
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,22 @@
+language: cpp
sergei 2018/01/11 21:53:13 The language is cpp because it will simplify it wh
+
+os:
+- linux
+- osx
+
+dist: trusty
+
+python: '2.7'
+
+install:
+ - nvm install 8.9.4
sergei 2018/01/11 21:53:13 current latest LTS, For the beginning IMO it's eno
+
+before_script:
+ - ./ensure_dependencies.py
+ - npm install
+
+script:
+ - npm test
+
+notifications:
+ 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld