UNPKG

449 BYAMLView Raw
1# This is a sample build configuration for Javascript.
2# Check our guides at https://confluence.atlassian.com/x/VYk8Lw for more examples.
3# Only use spaces to indent your .yml configuration.
4# -----
5# You can specify a custom docker image from Docker Hub as your build environment.
6image: node:4.6.0
7
8pipelines:
9 default:
10 - step:
11 script: # Modify the commands below to build your repository.
12 - npm install
13 - npm test
\No newline at end of file