Skip to content

Commit d3ea7a1

Browse files
Stop caching PS compiled output in Travis CI
1 parent d2c8da4 commit d3ea7a1

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

.travis.yml

-12
Original file line numberDiff line numberDiff line change
@@ -37,28 +37,16 @@ script:
3737
cache:
3838
directories:
3939
- 11-Syntax/01-Basic-Syntax/.spago
40-
- 11-Syntax/01-Basic-Syntax/output
4140
- 11-Syntax/02-Foreign-Function-Interface/.spago
42-
- 11-Syntax/02-Foreign-Function-Interface/output
4341
- 11-Syntax/03-Type-Level-Programming-Syntax/.spago
44-
- 11-Syntax/03-Type-Level-Programming-Syntax/output
4542
- 11-Syntax/04-Module-Syntax/.spago
46-
- 11-Syntax/04-Module-Syntax/output
4743
- 11-Syntax/05-Prelude-Syntax/.spago
48-
- 11-Syntax/05-Prelude-Syntax/output
4944
- 21-Hello-World/03-Hello-World-and-Effects/.spago
50-
- 21-Hello-World/03-Hello-World-and-Effects/output
5145
- 21-Hello-World/04-Debugging/.spago
52-
- 21-Hello-World/04-Debugging/output
5346
- 21-Hello-World/05-Testing/.spago
54-
- 21-Hello-World/05-Testing/output
5547
- 21-Hello-World/06-Benchmarking/.spago
56-
- 21-Hello-World/06-Benchmarking/output
5748
- 21-Hello-World/06-Benchmarking/node_modules
5849
- 21-Hello-World/07-Type-Level-Programming/.spago
59-
- 21-Hello-World/07-Type-Level-Programming/output
6050
- 21-Hello-World/08-Application-Structure/.spago
61-
- 21-Hello-World/08-Application-Structure/output
6251
- 22-Projects/.spago
63-
- 22-Projects/output
6452
- 22-Projects/node_modules

0 commit comments

Comments
 (0)