Remove references to deleted phantom script

Phantom JS has not been used since December 2017, so I think it is save
to remove the reference.

For reference: d5c225c148
This commit is contained in:
Lukas Eipert 2018-10-01 14:19:20 +02:00
parent a561aa78a8
commit 96da23a8fd
No known key found for this signature in database
GPG key ID: 148BEA37CB35B2AC
2 changed files with 2 additions and 7 deletions

View file

@ -35,9 +35,9 @@ The name is defined as `[feature]-[version]` pairs, separated by `-`.
Here are some example build names:
1. `ruby-2.1-git-2.7-phantomjs-2.1`
1. `ruby-2.1-git-2.7`
1. `ruby-2.3.3-golang-1.8-git-2.7-chrome-60.0-node-7.1-postgresql-9.6`
1. `ruby-2.4.1-golang-1.8-git-2.7-phantomjs-2.1-node-7.1-postgresql-9.6`
1. `ruby-2.4.1-golang-1.8-git-2.7-node-7.1-postgresql-9.6`
The first pair represents the base image and version. So `ruby-2.1-...` will use the `ruby:2.1` base image, while
`golang-1.8` will use the `golang:1.8` base image.
@ -50,7 +50,6 @@ options are:
1. `chrome`
1. `node`
1. `yarn`
1. `phantomjs`
1. `postgres`
1. `terraform`
1. `ansible`