Remove some additional xcode references

This commit is contained in:
ridiculousfish
2019-01-26 14:58:22 -08:00
parent 807f79df03
commit c869ab541d
4 changed files with 3 additions and 46 deletions

View File

@@ -179,12 +179,9 @@ You are strongly encouraged to add tests when changing the functionality of fish
The tests can be run on your local computer on all operating systems.
Running the tests is only supported from the autotools build and not xcodebuild. On OS X, you will need to install autoconf — we suggest using [Homebrew](https://brew.sh/) to install these tools.
```
autoconf
./configure
make test # or "gmake test" on BSD
cmake path/to/fish-shell
make test
```
### Travis CI Build and Test