mirror of
https://github.com/novnc/noVNC.git
synced 2026-05-26 07:08:06 +00:00
CI: Switch to Container-Based Travis
This commit switches the Travis tests over to Travis's new container-based infrastructure. It also tells Travis to cache the node_modules directory for faster setup.
This commit is contained in:
@@ -1,4 +1,8 @@
|
|||||||
language: node_js
|
language: node_js
|
||||||
|
sudo: false
|
||||||
|
cache:
|
||||||
|
directories:
|
||||||
|
- node_modules
|
||||||
node_js:
|
node_js:
|
||||||
- '0.11.13'
|
- '0.11.13'
|
||||||
env:
|
env:
|
||||||
|
|||||||
Reference in New Issue
Block a user