Created
May 1, 2015 16:20
-
-
Save lattmann/351004710860c9b1ba32 to your computer and use it in GitHub Desktop.
Sample job for GitLab CI nodejs job
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Using this docker container as runner https://gist.github.com/lattmann/867ce63e5c87918afcee | |
source $NVM_DIR/nvm.sh | |
nvm --version | |
nvm use 0.12.2 | |
node -v | |
npm -v | |
git submodule update --init | |
git log -1 | |
npm install | |
npm run test_travis |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment