Skip to content
Snippets Groups Projects
Commit f5f64408 authored by Travis Savo's avatar Travis Savo
Browse files

Adding Probo build definition

parent 12c39ec0
No related branches found
No related tags found
No related merge requests found
Pipeline #
steps:
- name: Install Node 7
plugin: Shell
command: 'nvm install 7'
- name: Install dependencies
command: 'npm install'
- name: Run tests
command: 'npm test'
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment