Son CV dans un terminal web en Javascript!
https://terminal-cv.gregandev.fr
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
546 B
25 lines
546 B
1 year ago
|
os: linux
|
||
|
dist: bionic
|
||
|
language: node_js
|
||
|
jobs:
|
||
|
include:
|
||
|
- name: Run browser tests with airtap
|
||
|
node_js: stable
|
||
|
script: npm run test:browsers
|
||
|
addons:
|
||
|
sauce_connect: true
|
||
|
hosts:
|
||
|
- airtap.local
|
||
|
- name: Test on stable Node.js
|
||
|
node_js: stable
|
||
|
- name: Test on Node.js 12.x
|
||
|
node_js: 12
|
||
|
- name: Test on Node.js 10.x
|
||
|
node_js: 10
|
||
|
- name: Test on Node.js 8.x
|
||
|
node_js: 8
|
||
|
- name: Test on Node.js 6.x
|
||
|
node_js: 6
|
||
|
- name: Test on Node.js 4.x
|
||
|
node_js: 4
|