Skip to content

Commit

Permalink
Merge pull request #3 from privrja/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
privrja authored Jan 17, 2019
2 parents 7d89e47 + 57c8bc1 commit 0e79cdf
Show file tree
Hide file tree
Showing 50 changed files with 20,683 additions and 52,416 deletions.
17 changes: 17 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
language: node_js
node_js:
- "8.12.0"

before_script:
- npm install -g gulp-cli

script:
- gulp
- jasmine
- sonar-scanner

addons:
sonarcloud:
organization: "privrja-github" # the key of the org you chose at step #3
token:
secure: 0127d472acc40c6b4f7af12e81c6b577d0eee064 # encrypted value of your token
Loading

0 comments on commit 0e79cdf

Please sign in to comment.