mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-21 23:35:09 +00:00
21 lines
No EOL
271 B
YAML
21 lines
No EOL
271 B
YAML
dist: trusty
|
|
sudo: false
|
|
language: node_js
|
|
node_js:
|
|
- '4'
|
|
- '5'
|
|
- '6'
|
|
- '7'
|
|
- '8'
|
|
os:
|
|
- linux
|
|
- osx
|
|
addons:
|
|
apt:
|
|
packages:
|
|
- libfontconfig1
|
|
- libgconf-2-4
|
|
- libnss3
|
|
- libstdc++6
|
|
install: "npm install"
|
|
script: "./test-driver.sh" |