]> source.dussan.org Git - svg.js.git/commitdiff
fix travis config
authorUlrich-Matthias Schäfer <ulima.ums@googlemail.com>
Sat, 28 Mar 2020 07:03:11 +0000 (17:03 +1000)
committerUlrich-Matthias Schäfer <ulima.ums@googlemail.com>
Sat, 28 Mar 2020 07:03:11 +0000 (17:03 +1000)
.travis.yml

index 2a833bbf018aa83ec7f62bbb4ed69d2decb6af8a..8c6ab1ef086650a294d152a0c0e792175e7a30dd 100644 (file)
@@ -1,20 +1,14 @@
 language: node_js
 node_js:
-    - "stable"
-script:
-    - npm run build
-    - npm run test
-#    - npm run test:ci
-#    - cat coverage/firefox/lcov.info | node_modules/.bin/coveralls
+  - "stable"
+services:
+  - xvfb
 addons:
-   firefox: "latest"
-   chrome: "stable"
-#  hosts:
-#    - karmalocal.com
-before_install:
-    # Start a display server where all graphical operations happens in memory
-    - export DISPLAY=:99.0
-    - sh -e /etc/init.d/xvfb start
-#cache:
-#  directories:
-#    - node_modules
+    firefox: latest
+    chrome: stable
+install:
+  - npm install
+  - npm run build
+script:
+  - npm run test
+  - npm run test:es6
\ No newline at end of file