Skip to content

Commit 1810666

Browse files
committed
Remove before_script from travis config
1 parent 8fe0e73 commit 1810666

2 files changed

Lines changed: 0 additions & 4 deletions

File tree

.travis.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@ go:
77
before_install:
88
- go get -t -v ./...
99

10-
before_script:
11-
- make updatepackages
12-
1310
script:
1411
- go test -race -coverprofile=coverage.txt -covermode=atomic ./...
1512

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ go get -d -u github.com/markdingo/trustydns # Ignore the warning about no go
7070

7171
cd $GOPATH/src/github.com/markdingo/trustydns
7272

73-
make updatepackages # Make sure dependent Go packages are installed and current
7473
make clean all # Compile everything
7574
sudo make install # Install programs into /usr/local
7675
```

0 commit comments

Comments
 (0)