Skip to content

Commit

Permalink
Update travis
Browse files Browse the repository at this point in the history
  • Loading branch information
gjgd committed Dec 21, 2018
1 parent 72df7f6 commit 6961221
Show file tree
Hide file tree
Showing 5 changed files with 66 additions and 24 deletions.
10 changes: 0 additions & 10 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,7 @@
language: node_js
sudo: required
node_js:
- "8"

cache:
directories:
- "node_modules"

before_install:
- sudo apt-get update -qq
- sudo apt-get install software-properties-common -y -qq
- npm i -g ganache-cli truffle

install:
- npm install

Expand Down
65 changes: 65 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"eslint": "^5.9.0",
"eslint-config-google": "^0.11.0",
"solidity-coverage": "^0.5.11",
"truffle": "4.1.11",
"zeppelin-solidity": "^1.12.0"
}
}
9 changes: 0 additions & 9 deletions truffle-config.js

This file was deleted.

5 changes: 0 additions & 5 deletions truffle.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
module.exports = {
compilers: {
solc: {
version: '^0.4.24',
},
},
networks: {
local: {
host: 'localhost',
Expand Down

0 comments on commit 6961221

Please sign in to comment.