Skip to content

Commit b9ebdff

Browse files
committed
Merge pull request #1335 from tgerring/mistcleanup
Travis and README cleanup
2 parents 1169ec7 + c6dbe9d commit b9ebdff

File tree

2 files changed

+6
-10
lines changed

2 files changed

+6
-10
lines changed

.travis.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ language: go
22
go:
33
- 1.4.2
44
before_install:
5-
- sudo add-apt-repository ppa:beineri/opt-qt541 -y
65
- sudo apt-get update -qq
76
- sudo apt-get install -yqq libgmp3-dev
87
install:
@@ -22,14 +21,12 @@ after_success:
2221
- if [ "$COVERALLS_TOKEN" ]; then goveralls -coverprofile=profile.cov -service=travis-ci -repotoken $COVERALLS_TOKEN; fi
2322
env:
2423
global:
25-
- PKG_CONFIG_PATH=/opt/qt54/lib/pkgconfig
26-
- LD_LIBRARY_PATH=/opt/qt54/lib
2724
- secure: "U2U1AmkU4NJBgKR/uUAebQY87cNL0+1JHjnLOmmXwxYYyj5ralWb1aSuSH3qSXiT93qLBmtaUkuv9fberHVqrbAeVlztVdUsKAq7JMQH+M99iFkC9UiRMqHmtjWJ0ok4COD1sRYixxi21wb/JrMe3M1iL4QJVS61iltjHhVdM64="
2825

2926
notifications:
3027
webhooks:
3128
urls:
3229
- https://webhooks.gitter.im/e/e09ccdce1048c5e03445
33-
on_success: change # options: [always|never|change] default: always
34-
on_failure: always # options: [always|never|change] default: always
35-
on_start: false # default: false
30+
on_success: change
31+
on_failure: always
32+
on_start: false

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,10 @@ Executables
4444
Go Ethereum comes with several wrappers/executables found in
4545
[the `cmd` directory](https://github.com/ethereum/go-ethereum/tree/develop/cmd):
4646

47-
* `mist` Official Ethereum Browser (ethereum GUI client)
4847
* `geth` Ethereum CLI (ethereum command line interface client)
4948
* `bootnode` runs a bootstrap node for the Discovery Protocol
50-
* `ethtest` test tool which runs with the [tests](https://github.com/ethereum/testes) suite:
51-
`cat file | ethtest`.
49+
* `ethtest` test tool which runs with the [tests](https://github.com/ethereum/tests) suite:
50+
`/path/to/test.json > ethtest --test BlockTests --stdin`.
5251
* `evm` is a generic Ethereum Virtual Machine: `evm -code 60ff60ff -gas
5352
10000 -price 0 -dump`. See `-h` for a detailed description.
5453
* `disasm` disassembles EVM code: `echo "6001" | disasm`
@@ -57,7 +56,7 @@ Go Ethereum comes with several wrappers/executables found in
5756
Command line options
5857
====================
5958

60-
Both `mist` and `geth` can be configured via command line options, environment variables and config files.
59+
`geth` can be configured via command line options, environment variables and config files.
6160

6261
To get the options available:
6362

0 commit comments

Comments
 (0)