mirror of
https://github.com/s4u/maven-settings-action.git
synced 2026-02-18 00:00:26 +08:00
16 lines
138 B
YAML
16 lines
138 B
YAML
language: node_js
|
|
|
|
cache:
|
|
npm: false
|
|
|
|
node_js:
|
|
- '0.10'
|
|
|
|
branches:
|
|
only:
|
|
- master
|
|
- proof
|
|
- travis-ci
|
|
|
|
script: npm test
|