Skip to content

Commit

Permalink
updated travis.yml tests
Browse files Browse the repository at this point in the history
  • Loading branch information
fogleman committed Feb 12, 2015
1 parent c4a9696 commit 37cfc19
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,11 @@ install: go get -v -t github.com/fogleman/pt/pt
script:
- go test -v ./pt/... && go build ./pt
- go build examples/cornell.go
- go build examples/dragon.go
- go build examples/example1.go
- go build examples/example2.go
- go build examples/example3.go
- go build examples/gopher.go
- go build examples/sponza.go
- go build examples/suzanne.go
- go build examples/teapot.go
2 changes: 1 addition & 1 deletion pt/material.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ type Material struct {
Attenuation Attenuation
Index float64 // refractive index
Gloss float64 // reflection cone angle in radians
Tint float64 // specular tinting
Tint float64 // specular and refractive tinting
Transparent bool
}

Expand Down

0 comments on commit 37cfc19

Please sign in to comment.