Skip to content

Instantly share code, notes, and snippets.

@nahtnam
Created July 4, 2016 07:22
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nahtnam/1c1a0922ad7a9a4e083ef06aaf4f4f3b to your computer and use it in GitHub Desktop.
Save nahtnam/1c1a0922ad7a9a4e083ef06aaf4f4f3b to your computer and use it in GitHub Desktop.
Using Ember CLI on Gitlab CI
image: node:6.2.2
before_script:
- npm config set spin false
- npm install -g bower
- npm install -g ember-cli
- npm install -g phantomjs-prebuilt
- npm install
- bower install --allow-root
test:
script:
- ember test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment