Skip to content

Commit

Permalink
Specify proper nodejs version for scrutinizer
Browse files Browse the repository at this point in the history
  • Loading branch information
Tadej Borovšak committed Sep 17, 2018
1 parent 575546a commit 2aea5ec
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .scrutinizer.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
build:
environment:
node: v8.11.3
dependencies:
before:
- sudo apt-get -y install cmake;
Expand All @@ -9,6 +11,8 @@ build:
command: "true"
nodes:
analysis:
environment:
node: v8.11.3
tests:
override:
-
Expand Down

0 comments on commit 2aea5ec

Please sign in to comment.