Skip to content

Commit

Permalink
Update travis-ci build image and revert docs link (#888)
Browse files Browse the repository at this point in the history
* Update travis-ci build image and revert docs link

closes #885

* Attempt to fix CI
  • Loading branch information
aelsabbahy committed Mar 24, 2024
1 parent be023fa commit 7e2dfe8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ os:
- linux
- windows

dist: trusty
dist: focal
osx_image: xcode12.2

services:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ make build

## Full Documentation

Documentation is available at <https://goss.rocks/>
[Full Documentation](https://github.com/goss-org/goss/blob/e73553f9c3065ac297499dafb4f8abef6acb24ad/docs/manual.md)

## Quick start

Expand Down
1 change: 1 addition & 0 deletions integration-tests/goss/generate_goss.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ goss a "${args[@]}" mount /dev
sed -i '/- seclabel/d' $SCRIPT_DIR/${OS}/goss-generated-$ARCH.yaml
sed -i '/- size=/d' $SCRIPT_DIR/${OS}/goss-generated-$ARCH.yaml
sed -i '/- mode=/d' $SCRIPT_DIR/${OS}/goss-generated-$ARCH.yaml
sed -i '/- inode64/d' $SCRIPT_DIR/${OS}/goss-generated-$ARCH.yaml

goss a "${args[@]}" http https://www.google.com

Expand Down

0 comments on commit 7e2dfe8

Please sign in to comment.