Skip to content

Commit

Permalink
Updates node and adds package-log.json
Browse files Browse the repository at this point in the history
  • Loading branch information
niall3rs authored and thomasbui93 committed Sep 13, 2019
1 parent a27c34d commit b0fba9e
Show file tree
Hide file tree
Showing 6 changed files with 4,351 additions and 13 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ vendor/bundle/
npm-debug.log
devmode.log
logs/radar.log
*.swp

# mac os file explorer settings
.DS_Store
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
language: node_js
node_js:
- '4.2'
- '12.6.0'
services:
- redis-server
script:
- redis-server --version
- verbose=1 radar_log=info npm test
before_install:
- npm install npm@2.1.4 -g
- npm install npm@6.9.0 -g
notifications:
flowdock:
secure: eqo+1HteeVzHGckSQhvSG18sD7Eq/DdFSouaW3Mj7owW8gH83/utYgCU2DOiSn404wOqIv2MgI+CYzgoFQCoYaR98BgxYS2iike1GWkn+s53VFSS9WNkjWW/4W7Fm+g4fWEDnN00U4mIJK3G/9l+C2zDiSaRwuD+9K61o3QCWaM=
Expand Down
Loading

0 comments on commit b0fba9e

Please sign in to comment.