source: frontend/node_modules/static-eval/.travis.yml

Last change on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 11 days ago

Fix frontend appearance

  • Property mode set to 100644
File size: 204 bytes
Line 
1language: node_js
2os: linux
3dist: bionic
4before_install:
5 - "nvm install-latest-npm"
6node_js:
7 - "0.8"
8 - "0.10"
9 - "0.12"
10 - "4"
11 - "6"
12 - "8"
13 - "9"
14 - "10"
15 - "11"
16 - "12"
17 - "13"
18 - "14"
Note: See TracBrowser for help on using the repository browser.