| Left: | ||
| Right: |
| OLD | NEW |
|---|---|
| (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
| |
| OLD | NEW |