WA-234 Installing a specific truffle version
This commit is contained in:
parent
bbd346a753
commit
37954975ef
|
@ -3,8 +3,6 @@ node_js:
|
|||
- "8"
|
||||
os:
|
||||
- linux
|
||||
before_install:
|
||||
- yarn cache clean
|
||||
before_script:
|
||||
- yarn global add surge
|
||||
- export NODE_ENV=testing
|
||||
|
@ -19,4 +17,4 @@ after_success:
|
|||
- yarn build
|
||||
- cd build_webpack/ && cp index.html 200.html && cd ..
|
||||
- chmod ugo+x ./config/deploy/deploy.sh
|
||||
- ./config/deploy/deploy.sh
|
||||
- ./config/deploy/deploy.sh
|
|
@ -88,7 +88,7 @@
|
|||
"storybook-host": "^4.1.5",
|
||||
"storybook-router": "^0.3.3",
|
||||
"style-loader": "^0.20.2",
|
||||
"truffle": "git://github.com/trufflesuite/truffle.git#develop",
|
||||
"truffle": "4.1.11",
|
||||
"truffle-contract": "^1.1.8",
|
||||
"truffle-solidity-loader": "0.0.8",
|
||||
"uglifyjs-webpack-plugin": "^1.2.2",
|
||||
|
|
16
yarn.lock
16
yarn.lock
|
@ -11222,6 +11222,14 @@ truffle-solidity-loader@0.0.8:
|
|||
truffle "^2.0.8"
|
||||
web3 "^0.17.0-alpha"
|
||||
|
||||
truffle@4.1.11:
|
||||
version "4.1.11"
|
||||
resolved "https://registry.yarnpkg.com/truffle/-/truffle-4.1.11.tgz#a4df812ebf4a564892900c4a1dac1131104a0799"
|
||||
dependencies:
|
||||
mocha "^4.1.0"
|
||||
original-require "^1.0.1"
|
||||
solc "0.4.24"
|
||||
|
||||
truffle@^2.0.8:
|
||||
version "2.1.2"
|
||||
resolved "https://registry.yarnpkg.com/truffle/-/truffle-2.1.2.tgz#1ee61b9d785f6f2edb42801579e31f15b66c3746"
|
||||
|
@ -11254,14 +11262,6 @@ truffle@^2.0.8:
|
|||
web3 "^0.16.0"
|
||||
yargs "^3.27.0"
|
||||
|
||||
"truffle@git://github.com/trufflesuite/truffle.git#develop":
|
||||
version "4.1.11"
|
||||
resolved "git://github.com/trufflesuite/truffle.git#2d722ce8df62271aece9dd3f652489d50c5f7b4b"
|
||||
dependencies:
|
||||
mocha "^4.1.0"
|
||||
original-require "^1.0.1"
|
||||
solc "0.4.24"
|
||||
|
||||
tryer@^1.0.0:
|
||||
version "1.0.0"
|
||||
resolved "https://registry.yarnpkg.com/tryer/-/tryer-1.0.0.tgz#027b69fa823225e551cace3ef03b11f6ab37c1d7"
|
||||
|
|
Loading…
Reference in New Issue