|
Last change
on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 2 weeks ago |
|
Fix frontend appearance
|
-
Property mode
set to
100644
|
|
File size:
341 bytes
|
| Line | |
|---|
| 1 | sudo: false
|
|---|
| 2 | language: node_js
|
|---|
| 3 | node_js:
|
|---|
| 4 | - "4"
|
|---|
| 5 | - "iojs"
|
|---|
| 6 | - "0.12"
|
|---|
| 7 | - "0.10"
|
|---|
| 8 | script:
|
|---|
| 9 | - "npm run test-travis"
|
|---|
| 10 | after_script:
|
|---|
| 11 | - "npm install coveralls@2 && cat coverage/lcov.info | coveralls"
|
|---|
| 12 | matrix:
|
|---|
| 13 | fast_finish: true
|
|---|
| 14 | notifications:
|
|---|
| 15 | irc:
|
|---|
| 16 | channels:
|
|---|
| 17 | - "irc.freenode.org#unshift"
|
|---|
| 18 | on_success: change
|
|---|
| 19 | on_failure: change
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.